Skip to content

Commit

Permalink
Move to node20, release v3
Browse files Browse the repository at this point in the history
Node 12 and 16 has reached end of life. Github is moving to node 20
spring 2024: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
jonny-puma committed Feb 8, 2024
1 parent 8a15fc9 commit 5a622e7
Show file tree
Hide file tree
Showing 4 changed files with 6,801 additions and 4,285 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ inputs:
cwd:
description: 'A custom working directory to execute the action in relative to repo root (defaults to .)'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
Loading

0 comments on commit 5a622e7

Please sign in to comment.