Skip to content

Commit

Permalink
Update CI to use Node.js v22
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 19, 2024
1 parent 01a13f0 commit 8f2e0b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
version: 8.5.0

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

- name: Install Dependencies
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
with:
version: 8.15.8

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

- name: Install Dependencies
Expand Down

0 comments on commit 8f2e0b7

Please sign in to comment.