Skip to content

Commit 9033702

Browse files
committed
hotfixes for node version in github workflow
1 parent 5dbc5bc commit 9033702

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: 12
17-
- run: npm install
16+
node-version: 16
17+
- run: npm ci
1818
- run: npm run build
1919

2020
publish-npm:
@@ -25,9 +25,9 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 12
28+
node-version: 16
2929
registry-url: https://registry.npmjs.org/
30-
- run: npm install
30+
- run: npm ci
3131
- run: npm run build
3232
- run: npm publish
3333
env:

0 commit comments

Comments
 (0)