Skip to content

Commit

Permalink
ci: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 27, 2024
1 parent c4baf3d commit 6f668c0
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 @@ -15,10 +15,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Set node version to 16
- name: Set node version to 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit 6f668c0

Please sign in to comment.