We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fb442 commit a0e5452Copy full SHA for a0e5452
.github/workflows/npm-publish.yml
@@ -1,7 +1,7 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3
4
-name: Node.js Package
+name: NPM publish
5
6
on:
7
release:
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: 18
18
- run: yarn install --frozen-lockfile
19
- run: yarn test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: yarn build
0 commit comments