Skip to content

Commit

Permalink
chore(ci): remove node 16 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak authored Oct 25, 2023
2 parents 2803bb9 + a9446c9 commit 784a5a2
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18, 20 ]
node: [ 18, 20 ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 784a5a2

Please sign in to comment.