Skip to content

Commit

Permalink
Drop v16 from ci, it will be out in 4 months
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 5, 2023
1 parent 531b6a3 commit 7c11a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 7c11a02

Please sign in to comment.