Skip to content

Commit

Permalink
Merge pull request mozilla#18505 from Snuffleupagus/ci-rm-Node-21
Browse files Browse the repository at this point in the history
Stop testing in Node.js 21 since it's reached end-of-life
  • Loading branch information
timvandermeij authored Jul 28, 2024
2 parents 0ef1132 + 70bc136 commit 2eea0c8
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/*, 21]
node-version: [18, lts/*]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2eea0c8

Please sign in to comment.