Skip to content

Commit

Permalink
tests: remove node 21.x from tests, see yarnpkg/yarn#9005
Browse files Browse the repository at this point in the history
- Getting error message "[DEP0040] The punycode module is deprecated" with Node.js 21.x"
- Only affecting 21.x because its not LTS according to issues posted online.
  • Loading branch information
Ghustavh97 committed Jul 21, 2024
1 parent 0ade74b commit f7aecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x]

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

0 comments on commit f7aecbe

Please sign in to comment.