Skip to content

Commit 4983e99

Browse files
Use node 20
react-router says it needs this
1 parent cf51a98 commit 4983e99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy_devresults-xdev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js version
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "18.x"
24+
node-version: "20.x"
2525

2626
- uses: pnpm/action-setup@v3
2727
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"xo": "^0.58.0"
145145
},
146146
"engines": {
147-
"node": ">=18.0.0"
147+
"node": ">=20"
148148
},
149149
"pnpm": {
150150
"overrides": {

0 commit comments

Comments
 (0)