Skip to content

Commit b32a23d

Browse files
committed
drop Node 14 (EOL April 2023)
1 parent 7a7dfce commit b32a23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
no-lockfile: true
2626
npm-test-script: 'test-ci'
27-
node-versions: '14,16,18,19'
27+
node-versions: '16,18,19'
2828
# We currently have some issues on Windows that will have to wait to be fixed
2929
# os: 'ubuntu-latest,windows-latest'
3030
os: 'ubuntu-latest'

0 commit comments

Comments
 (0)