Skip to content

Commit

Permalink
Merge pull request #160 from shelfio/upgrate-to-node-16
Browse files Browse the repository at this point in the history
  • Loading branch information
terret authored Jul 15, 2022
2 parents 6837dc5 + a8ba67d commit 3161ddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:14
- image: circleci/node:16

working_directory: ~/repo

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"devDependencies": {
"@babel/cli": "7.18.6",
"@babel/core": "7.18.6",
"@shelf/babel-config": "0.1.8",
"@shelf/babel-config": "1.0.2",
"@shelf/eslint-config": "2.19.3",
"@shelf/prettier-config": "1.0.0",
"@shelf/tsconfig": "0.0.8",
"@types/jest": "28.1.4",
"@types/jsonwebtoken": "8.5.8",
"@types/node": "12",
"@types/node": "16",
"@types/node-fetch": "2.6.2",
"eslint": "8.19.0",
"husky": "8.0.1",
Expand All @@ -68,7 +68,7 @@
"typescript": "4.7.4"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3161ddb

Please sign in to comment.