Skip to content

Commit

Permalink
Update node engine to use v16.18 (v14 support ends soonish)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnito committed Dec 29, 2022
1 parent 74fa1e4 commit 98da5c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
format:
docker:
- image: cimg/node:14.19
- image: cimg/node:16.18
steps:
- checkout
- restore_cache:
Expand All @@ -25,7 +25,7 @@ jobs:
command: yarn run format-ci
test:
docker:
- image: cimg/node:14.19
- image: cimg/node:16.18
steps:
- checkout
- restore_cache:
Expand All @@ -48,7 +48,7 @@ jobs:
command: yarn run test-ci
build:
docker:
- image: cimg/node:14.19
- image: cimg/node:16.18
steps:
- checkout
- restore_cache:
Expand All @@ -71,7 +71,7 @@ jobs:
command: yarn run build
audit:
docker:
- image: cimg/node:14.19
- image: cimg/node:16.18
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
]
},
"engines": {
"node": ">=14.15.0"
"node": ">=16.18.0"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 98da5c1

Please sign in to comment.