Skip to content

Commit

Permalink
chore(upgrade): node v18 -> v22
Browse files Browse the repository at this point in the history
  • Loading branch information
bivanalhar authored and cysjonathan committed Jan 22, 2025
1 parent f07c80f commit 029a983
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 @@ -6,7 +6,7 @@ orbs:
executors:
node:
docker:
- image: cimg/node:18.17.0
- image: cimg/node:22.12.0

working_directory: ~/repo
resource_class: large
Expand Down Expand Up @@ -73,8 +73,8 @@ commands:
- restore_cache:
name: Restore client Yarn dependencies cache
keys:
- v18.17.0-node-{{ checksum "client/yarn.lock" }}-{{ checksum "client/vendor/recorderjs/package.json" }}
- v18.17.0-node-
- v22.12.0-node-{{ checksum "client/yarn.lock" }}-{{ checksum "client/vendor/recorderjs/package.json" }}
- v22.12.0-node-

- run:
name: Install client Yarn dependencies
Expand All @@ -85,7 +85,7 @@ commands:
paths:
- ./client/node_modules
- ./client/vendor/recorderjs/node_modules
key: v18.17.0-node-{{ checksum "client/yarn.lock" }}-{{ checksum "client/vendor/recorderjs/package.json" }}
key: v22.12.0-node-{{ checksum "client/yarn.lock" }}-{{ checksum "client/vendor/recorderjs/package.json" }}

restore_client_cache:
steps:
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "Coursemology Frontend",
"engines": {
"node": ">=18.17.0",
"node": ">=22.12.0",
"yarn": "^1.0.0"
},
"scripts": {
Expand Down

0 comments on commit 029a983

Please sign in to comment.