Skip to content

Commit

Permalink
Move to Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 25, 2024
1 parent 03a6b96 commit 2936e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand Down

0 comments on commit 2936e81

Please sign in to comment.