Skip to content

Commit

Permalink
drop support for node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon McAllister authored and Simon McAllister committed Mar 19, 2024
1 parent 2838bf9 commit 68560e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# https://nodejs.org/en/about/previous-releases#release-schedule
node-version: [16, 18, 20, 21] # remember to update this when support is added/dropped
node-version: [18, 20, 21] # remember to update this when support is added/dropped
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# https://nodejs.org/en/about/previous-releases#release-schedule
node-version: [16, 18, 20, 21] # remember to update this when support is added/dropped
node-version: [18, 20, 21] # remember to update this when support is added/dropped
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 68560e2

Please sign in to comment.