Skip to content

Commit

Permalink
Remove unsupported node v16 from build matrix
Browse files Browse the repository at this point in the history
also, fix link in comment
  • Loading branch information
acusti committed Jan 8, 2024
1 parent f3b5000 commit 64e04a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 64e04a5

Please sign in to comment.