Skip to content

Commit 0657d98

Browse files
authored
Update node version for publish action
1 parent 4d23ed9 commit 0657d98

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
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '12.x'
12+
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm ci
1515
- run: npm publish
1616
env:
17-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
17+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)