Skip to content

Commit

Permalink
feat: Drop node.js 12.x, 14.x, 17.x support (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
etroynov committed Apr 22, 2024
1 parent 6fbc40b commit 5573b96
Show file tree
Hide file tree
Showing 3 changed files with 4,345 additions and 1,903 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Expand Up @@ -13,12 +13,12 @@ jobs:

strategy:
matrix:
node-version: [12.17.0, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 5573b96

Please sign in to comment.