Skip to content

Commit da15013

Browse files
committed
Use Node 22 for GitHub Actions builds
1 parent 88cb421 commit da15013

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 22
3535
cache: yarn
3636
cache-dependency-path: explorer/yarn.lock
3737

.github/workflows/pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 18
41+
node-version: 22
4242
cache: yarn
4343
cache-dependency-path: explorer/yarn.lock
4444

0 commit comments

Comments
 (0)