Skip to content

Commit 57ac6bb

Browse files
committed
fix: node 16 eol
1 parent 1156807 commit 57ac6bb

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
post-test-steps: |
2424
- name: Coverage Report
2525
uses: codecov/codecov-action@v3
26-
include: |
27-
- runs-on: ubuntu-latest
28-
node-version: 16.8
29-
exclude: |
30-
- runs-on: windows-latest
31-
node-version: 14
32-
- runs-on: windows-latest
33-
node-version: 16
3426
automerge:
3527
if: >
3628
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"ws": "^8.11.0"
136136
},
137137
"engines": {
138-
"node": ">=14.0"
138+
"node": ">=18.0"
139139
},
140140
"standard": {
141141
"env": [

0 commit comments

Comments
 (0)