Dropped support for Node <16.14

To match jasmine-npm.
This commit is contained in:
Steve Gravrock
2023-03-11 21:16:54 -08:00
parent 04fac300e8
commit ed838b3cbf
2 changed files with 5 additions and 3 deletions

View File

@@ -6,11 +6,13 @@ version: 2.1
executors:
node18:
docker:
- image: cimg/node:18.0.0 # Latest 18.x
- image: cimg/node:18.0.0
working_directory: ~/workspace
node16:
docker:
- image: cimg/node:16.14.2 # Latest 16.x
# Oldest version with reliable support for error cause property,
# which jasmine-npm uses.
- image: cimg/node:16.14.0
working_directory: ~/workspace
jobs: