Skip to content

Commit

Permalink
chore: drop testing on Node 18, add 22
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Nov 11, 2024
1 parent ec4ecde commit 0bacbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- run: npm install

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18, 20]
exclude:
- os: windows-latest
node-version: 18 # upload tests fail with ECONNRESET for unknown reasons on Node 18 on Windows
node-version: [20, 22]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 0bacbf3

Please sign in to comment.