Skip to content

Commit 95b35df

Browse files
bartvenemanBart Veneman
and
Bart Veneman
authored
bundle with Vite (#24)
closes #23 --------- Co-authored-by: Bart Veneman <bart.veneman@drukwerkdeal.nl>
1 parent 077bc63 commit 95b35df

File tree

8 files changed

+2166
-9592
lines changed

8 files changed

+2166
-9592
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
18-
- run: npm ci
17+
cache: "npm"
18+
- run: npm install --no-fund --no-audit --ignore-scripts
1919
- run: npm run build
2020
- run: npm test
2121

2222
publish-npm:
2323
needs: build
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
27-
- uses: actions/setup-node@v3
26+
- uses: actions/checkout@v4
27+
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 16
29+
cache: "npm"
3030
registry-url: https://registry.npmjs.org/
31-
- run: npm ci
31+
- run: npm install --no-fund --no-audit --ignore-scripts
3232
- run: npm run build
3333
- run: npm publish
3434
env:

0 commit comments

Comments
 (0)