Skip to content

Commit

Permalink
Update Node.js to version 21.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 7, 2023
1 parent 5d2e318 commit 2b0fcc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1
jobs:
build:
docker:
- image: cimg/node:16.17.0
- image: cimg/node:21.4.0
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 @@ -75,7 +75,7 @@
"typescript": "^4.8.3"
},
"engines": {
"node": ">=16.17.0",
"node": ">=21.4.0",
"npm": ">=8.11.0"
}
}

0 comments on commit 2b0fcc8

Please sign in to comment.