Skip to content

Commit

Permalink
Maybe keep NodeJS 16 for a while longer
Browse files Browse the repository at this point in the history
  • Loading branch information
sth committed Jan 7, 2024
1 parent 10d7d36 commit ceaa2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
node: [18, 20, 21]
node: [16, 18, 20, 21]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ceaa2d0

Please sign in to comment.