Skip to content

Commit

Permalink
get rid of node 16 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Apr 26, 2024
1 parent 2bc1266 commit 3b53746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ only: issues
# issues:
# exemptLabels:
# - confirmed

2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 3b53746

Please sign in to comment.