Skip to content

Commit

Permalink
Run release job in node22 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak authored Dec 19, 2024
1 parent 70447c7 commit 8af07d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: 'Install pnpm'
uses: pnpm/action-setup@v4

- name: Setup Node.js 20
- name: Setup Node.js 22
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 8af07d0

Please sign in to comment.