Skip to content

Commit 7d5b133

Browse files
committed
chore: update Node.js version to 20 across CI workflows, Amplify build, and package engine requirements.
1 parent a0a69ba commit 7d5b133

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4

.github/workflows/main-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4

amplify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ frontend:
33
phases:
44
preBuild:
55
commands:
6-
- nvm install 15 && npm ci
6+
- nvm install 20 && npm ci
77
build:
88
commands:
99
- npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
"engines": {
71-
"node": ">=18.0"
71+
"node": ">=20.0"
7272
},
7373
"prettier": {
7474
"singleQuote": true,

0 commit comments

Comments
 (0)