Skip to content

Commit

Permalink
fix(ci): use Node v22.14.0
Browse files Browse the repository at this point in the history
See pnpm/pnpm#9029 (comment) for
more info.
  • Loading branch information
yeskunall committed Feb 14, 2025
1 parent d292cc3 commit e79605c
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 @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.11.0
node-version: 22.14.0
cache: pnpm

- name: Install dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.11.0
node-version: 22.14.0
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit e79605c

Please sign in to comment.