Skip to content

Commit 9ed9dcb

Browse files
authored
ci: update nodejs to 22 for pr preview
1 parent 2c211a2 commit 9ed9dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview-build.yml

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

1010
- uses: actions/setup-node@v5
1111
with:
12-
node-version: "18"
12+
node-version: "22"
1313
- name: Build
1414
run: |
1515
npm ci

0 commit comments

Comments
 (0)