Skip to content

Commit 8d434f3

Browse files
committed
Use a LTS Node version to run Workers and Vercel tests in CI
1 parent 08f4f18 commit 8d434f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: "Setup Node.js"
7272
uses: actions/setup-node@v3
7373
with:
74-
node-version: "19.x"
74+
node-version: "lts/Hydrogen"
7575
cache: "npm"
7676
- name: "Install npm dependencies"
7777
run: "npm ci"
@@ -138,7 +138,7 @@ jobs:
138138
- name: "Setup Node.js"
139139
uses: actions/setup-node@v3
140140
with:
141-
node-version: "19.x"
141+
node-version: "lts/Hydrogen"
142142
cache: "npm"
143143
- name: "Install npm dependencies"
144144
run: "npm ci"

0 commit comments

Comments
 (0)