Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: drop node 12 and 14 support
Browse files Browse the repository at this point in the history
boredland committed Mar 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a022ec0 commit 8538cec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -15,9 +15,7 @@ jobs:

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

node-version: [16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}

0 comments on commit 8538cec

Please sign in to comment.