Skip to content

Commit 3274c2e

Browse files
committed
Use Node 22 in CI
1 parent 896673a commit 3274c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/worker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- run: rustup toolchain install stable --profile minimal
4242
- name: Enable corepack
4343
run: corepack enable
44-
- name: Use Node 21
44+
- name: Use Node 22
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 21
47+
node-version: 22
4848
cache: yarn
4949
cache-dependency-path: badgers-worker/yarn.lock
5050
- run: yarn install --immutable

0 commit comments

Comments
 (0)