Skip to content

Commit

Permalink
Update Node.js versions for early 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Jan 31, 2024
1 parent b6d4dab commit 887356c
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 @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
node-version: [16.x, 18.x, 19.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [16.x, 18.x, 19.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 887356c

Please sign in to comment.