Skip to content

Commit

Permalink
Update nodejs engine (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito authored Feb 23, 2023
1 parent 23c9841 commit 14208d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workflows:
jobs:
prep-deps:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- run:
Expand All @@ -37,7 +37,7 @@ jobs:

test-lint:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- attach_workspace:
Expand All @@ -48,7 +48,7 @@ jobs:

test-unit:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- attach_workspace:
Expand All @@ -59,7 +59,7 @@ jobs:

all-tests-pass:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- run:
name: All tests passed
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"index.js"
],
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 14208d7

Please sign in to comment.