Skip to content

Commit 9102be6

Browse files
authored
Update action-publish.yml to nodejs 20 too
1 parent fa5819f commit 9102be6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/action-publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 14
17+
node-version: 20
1818
registry-url: https://registry.npmjs.org/
1919
- run: yarn
2020
- run: yarn publish --access public
2121
working-directory: packages/action/
2222
env:
23-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
23+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)