Skip to content

Commit

Permalink
CI: stop testing on Node 16
Browse files Browse the repository at this point in the history
[Node 16 has been unsupported since September.][0] We will drop support
in Helmet 8. For now, we can stop testing it in CI.

[0]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
  • Loading branch information
EvanHahn committed Dec 4, 2023
1 parent cef73a2 commit bbcefa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

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

0 comments on commit bbcefa3

Please sign in to comment.