Skip to content

Commit

Permalink
drop Node.js 14 as a rebuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Nov 28, 2023
1 parent 81f229b commit 8e8d98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, windows-2019, macos-11 ]
node-version: [ 14.x, 16.x, 18.x, 20.x ]
node-version: [ 16.x, 18.x, 20.x ]

steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 8e8d98d

Please sign in to comment.