Skip to content

Commit

Permalink
chore: use Node.js 20 instead
Browse files Browse the repository at this point in the history
node18 is LTS as of today, but not supported in GitHub Actions, so using node20 instead as per actions/runner#2619 (comment).
  • Loading branch information
mxschmitt committed Sep 5, 2023
1 parent 3e489c9 commit 0adef6e
Show file tree
Hide file tree
Showing 7 changed files with 699 additions and 8,363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branding:
icon: terminal
author: 'Max Schmitt'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'
post: 'lib/index.js'
post-if: '!cancelled()'
Expand Down

0 comments on commit 0adef6e

Please sign in to comment.