Skip to content

Commit

Permalink
ci: use node22
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 30, 2024
1 parent 97da85c commit dc8315c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
with:
version: 9

- name: Install Node.js
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install dependencies
- name: Install
run: pnpm i --frozen-lockfile

- name: Build
Expand Down

0 comments on commit dc8315c

Please sign in to comment.