Skip to content

Commit

Permalink
Update action-publish.yml to nodejs 20 too
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Aug 29, 2024
1 parent fa5819f commit 9102be6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn publish --access public
working-directory: packages/action/
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 9102be6

Please sign in to comment.