Skip to content

Commit

Permalink
chore: node v18.18.0 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida authored Oct 9, 2023
1 parent 1ab8047 commit 22f6017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
executors:
node:
docker:
- image: circleci/node:14
- image: cimg/node:18.18.0

commands:
save_yarn_cache:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"lint-staged": "^13.2.3",
"prettier": "^3.0.1"
},
"volta": {
"node": "18.18.0",
"yarn": "1.22.19"
},
"lint-staged": {
"*.js": "eslint",
"*.{js,json,md,html,css}": "prettier --write"
Expand Down

0 comments on commit 22f6017

Please sign in to comment.