Skip to content

Commit 525ebd3

Browse files
committed
update node version to 22 to match what we have in vercel
1 parent da3a1d1 commit 525ebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: "18"
19+
node-version: "22"
2020

2121
- name: Check types + linting + build
2222
run: |

0 commit comments

Comments
 (0)