Skip to content

Commit ab6a2f5

Browse files
committed
chore: upgrade to npm-publish@v3
1 parent 7191bdc commit ab6a2f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: NPM Publish
22
on:
33
push:
44
tags:
5-
- "*.*.*"
5+
- '*.*.*'
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
11-
- uses: actions/setup-node@v1
11+
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 14
13+
node-version: 18
1414
- run: npm install
1515
- run: npm test
16-
- uses: JS-DevTools/npm-publish@v1
16+
- uses: JS-DevTools/npm-publish@v3
1717
with:
1818
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)