Skip to content

Commit ca86ada

Browse files
GitHub Actions: use node 20
react-router says it needs this
1 parent cf51a98 commit ca86ada

1 file changed

Lines changed: 1 addition & 1 deletion

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:

0 commit comments

Comments
 (0)