We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896673a commit 3274c2eCopy full SHA for 3274c2e
.github/workflows/worker.yml
@@ -41,10 +41,10 @@ jobs:
41
- run: rustup toolchain install stable --profile minimal
42
- name: Enable corepack
43
run: corepack enable
44
- - name: Use Node 21
+ - name: Use Node 22
45
uses: actions/setup-node@v4
46
with:
47
- node-version: 21
+ node-version: 22
48
cache: yarn
49
cache-dependency-path: badgers-worker/yarn.lock
50
- run: yarn install --immutable
0 commit comments