We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1156807 commit 57ac6bbCopy full SHA for 57ac6bb
.github/workflows/nodejs.yml
@@ -23,14 +23,6 @@ jobs:
23
post-test-steps: |
24
- name: Coverage Report
25
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
33
- node-version: 16
34
automerge:
35
if: >
36
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
package.json
@@ -135,7 +135,7 @@
135
"ws": "^8.11.0"
136
},
137
"engines": {
138
- "node": ">=14.0"
+ "node": ">=18.0"
139
140
"standard": {
141
"env": [
0 commit comments