Skip to content

Commit d83f8e9

Browse files
committed
npm publish updated
1 parent 4b7c711 commit d83f8e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: lts
1818
- run: yarn
1919
- run: npm run build
2020
- run: npm run test
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 16
29+
node-version: lts
3030
registry-url: https://registry.npmjs.org/
3131
- run: yarn
3232
- if: ${{ github.event.release.prerelease }}

0 commit comments

Comments
 (0)