There was an error while loading. Please reload this page.
1 parent 4b7c711 commit d83f8e9Copy full SHA for d83f8e9
1 file changed
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: lts
18
- run: yarn
19
- run: npm run build
20
- run: npm run test
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
registry-url: https://registry.npmjs.org/
31
32
- if: ${{ github.event.release.prerelease }}
0 commit comments