Skip to content

Commit

Permalink
chore(ci): run CI tests on Node 18 and 20, drop Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Oct 6, 2023
1 parent 874302a commit b5a2baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
node: [18, 20]
name: Test with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b5a2baa

Please sign in to comment.