Skip to content

Commit

Permalink
Remove outdated Node.js versions from CI configurations in CircleCI a…
Browse files Browse the repository at this point in the history
…nd GitHub Actions workflows. Retain support for Node.js versions 16.x, 18.x, 20.x, and 22.x to streamline testing and improve build efficiency.
  • Loading branch information
ROZ-MOFUMOFU-ME committed Dec 15, 2024
1 parent 790103e commit 7a381a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ jobs:
workflows:
build_and_test:
jobs:
- test-v8
- test-v10
- test-v12
- test-v14
- test-v16
- test-v18
- test-v20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
node-version: [16.x, 18.x, 20.x, 22.x]

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

0 comments on commit 7a381a3

Please sign in to comment.