Skip to content

Commit

Permalink
Stop testing in Node.js 21 since it's reached end-of-life
Browse files Browse the repository at this point in the history
According to https://github.com/nodejs/release?tab=readme-ov-file#end-of-life-releases Node.js 21 stopped being supported on 2024-06-01, which is almost two months ago now, hence it seems pointless to keep testing in that environment.
  • Loading branch information
Snuffleupagus committed Jul 28, 2024
1 parent 0ef1132 commit 70bc136
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 70bc136

Please sign in to comment.