Skip to content

Commit

Permalink
Use Node.js 22 in CI 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Dec 20, 2024
1 parent 6523adb commit c03e241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
version: latest

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

- name: Install Dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
vitest:
name: Vitest
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
Expand All @@ -19,10 +19,10 @@ jobs:
with:
version: latest

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

- name: Install Dependencies
Expand Down

0 comments on commit c03e241

Please sign in to comment.