Skip to content

Commit

Permalink
Merge pull request mozilla#18925 from Snuffleupagus/ci-test-Node-23
Browse files Browse the repository at this point in the history
Run CI tests in Node.js version 23
  • Loading branch information
timvandermeij authored Oct 20, 2024
2 parents 521f5b8 + 6604adb commit df77401
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 df77401

Please sign in to comment.