Skip to content

Commit

Permalink
Actions: bump to Node 20 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Oct 28, 2023
1 parent 9e19df4 commit 062b950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run:
working-directory: ${{ github.event.inputs.package }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn publish
Expand Down

0 comments on commit 062b950

Please sign in to comment.