Skip to content

Commit

Permalink
Upgrade node and its dependencies to LTS v20.17.0 (#977)
Browse files Browse the repository at this point in the history
* build: upgrade node and its dependencies to LTS v20.17.0

* build: replace node version github workflows to lts v20.17.0
  • Loading branch information
wrspada02 authored Nov 1, 2024
1 parent 0a93401 commit ac7efcb
Show file tree
Hide file tree
Showing 3 changed files with 2,211 additions and 2,244 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cm42-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 18.12.0
node-version: 20.17.0
cache: 'yarn'
- name: Install JS dependencies
run: yarn install
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 18.12.0
node-version: 20.17.0
cache: 'yarn'
- name: Install JS dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"vitest": "^2.0.5"
},
"engines": {
"node": "18.12.0"
"node": "20.17.0"
},
"lint-staged": {
"*.{js,jsx}": [
Expand Down
Loading

0 comments on commit ac7efcb

Please sign in to comment.