Skip to content

Commit

Permalink
Drop Node v16, add Node v22
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Aug 24, 2024
1 parent d430839 commit 2a9c632
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ jobs:
contents: read
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- node-version: 14
os: windows-latest

steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 2a9c632

Please sign in to comment.