We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbc5bc commit 9033702Copy full SHA for 9033702
1 file changed
.github/workflows/publish.yml
@@ -13,8 +13,8 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v1
15
with:
16
- node-version: 12
17
- - run: npm install
+ node-version: 16
+ - run: npm ci
18
- run: npm run build
19
20
publish-npm:
@@ -25,9 +25,9 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
32
- run: npm publish
33
env:
0 commit comments