Skip to content

Commit

Permalink
Build with Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Apr 24, 2024
1 parent 46b5e1b commit f7bd0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.8
node-version: 22
- run: |
npm ci
npm run lint
Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: ['12', '14', '16', '18', '20', '21']
node-version: ['12', '14', '16', '18', '20', '22']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f7bd0cf

Please sign in to comment.