Skip to content

Commit

Permalink
ci: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Nov 15, 2024
1 parent 48d140d commit 59044d7
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 @@ -46,7 +46,7 @@ jobs:
name: Install
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest, macos-latest]
steps:
- name: Harden Runner
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest]
steps:
- name: Harden Runner
Expand Down

0 comments on commit 59044d7

Please sign in to comment.