Skip to content

Commit

Permalink
ci: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Nov 25, 2024
1 parent 77a1ac9 commit f1af528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: 📦 Install dependencies
Expand All @@ -53,7 +53,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down

0 comments on commit f1af528

Please sign in to comment.