Skip to content

Commit

Permalink
Run CI tests in Node.js version 23
Browse files Browse the repository at this point in the history
Node.js version 23 was recently released, see https://github.com/nodejs/release#release-schedule, hence it cannot hurt to start testing in that environment.
  • Loading branch information
Snuffleupagus committed Oct 20, 2024
1 parent 521f5b8 commit 6604adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, lts/*, 22]
node-version: [18, lts/*, 22, 23]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6604adb

Please sign in to comment.