Skip to content

Commit

Permalink
Use Node 22 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SplittyDev committed Jun 1, 2024
1 parent 896673a commit 3274c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- run: rustup toolchain install stable --profile minimal
- name: Enable corepack
run: corepack enable
- name: Use Node 21
- name: Use Node 22
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: yarn
cache-dependency-path: badgers-worker/yarn.lock
- run: yarn install --immutable
Expand Down

0 comments on commit 3274c2e

Please sign in to comment.