Skip to content

Commit

Permalink
Don't run tests on Node 12 as it is end of life
Browse files Browse the repository at this point in the history
Node 12 went end of life on April 30, 2022.

See: https://twitter.com/nodejs/status/1524081123579596800
See: https://github.com/nodejs/Release#release-schedule
Signed-off-by: Craig Andrews <candrews@integralblue.com>
  • Loading branch information
candrews committed Oct 11, 2022
1 parent 218b8a5 commit 8709316
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -875,11 +875,9 @@ workflows:
- Build
matrix:
parameters:
node_version: ['12.22.11', '14.20.0', '16.16.0']
node_version: ['14.20.0', '16.16.0']
npm_global_sudo: [true, false]
exclude:
- node_version: '12.22.11'
npm_global_sudo: false
- node_version: '14.20.0'
npm_global_sudo: false
- node_version: '16.16.0'
Expand Down Expand Up @@ -964,7 +962,6 @@ workflows:
- Prepare Release
- Lint
- Tap Tests
- Jest Tests (Node v12.22.11)
- Jest Tests (Node v14.20.0)
- Jest Tests (Node v16.16.0)
- Acceptance Tests (snyk-win.exe)
Expand Down

0 comments on commit 8709316

Please sign in to comment.