Skip to content

Commit

Permalink
DPO-1062 use node 20 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-ijunnone committed Jan 3, 2025
1 parent c63c3a1 commit 3f9ee5c
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "20"
cache: "pnpm"

- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "20"
cache: "pnpm"

- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use-node-version=22.12.0
use-node-version=20.10.0
auto-install-peers=false
strict-peer-dependencies=true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/tmfg/digitraffic-common.git"
},
"engines": {
"node": ">=22 <23"
"node": ">=20 <21"
},
"scripts": {
"build": "heft build --clean",
Expand Down Expand Up @@ -160,7 +160,7 @@
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/madge": "5.0.3",
"@types/node": "22.10.5",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "~8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"aws-cdk-lib": "^2.173.4",
Expand Down
Loading

0 comments on commit 3f9ee5c

Please sign in to comment.