Skip to content

Commit

Permalink
Remove node 16 and 17 from prebuilt assets, as these are no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrutter committed Apr 25, 2024
1 parent 8cb7900 commit 1885e99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1885e99

Please sign in to comment.