Skip to content

Commit

Permalink
fix: node 16 eol
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Nov 30, 2023
1 parent 1156807 commit 57ac6bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
post-test-steps: |
- name: Coverage Report
uses: codecov/codecov-action@v3
include: |
- runs-on: ubuntu-latest
node-version: 16.8
exclude: |
- runs-on: windows-latest
node-version: 14
- runs-on: windows-latest
node-version: 16
automerge:
if: >
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"ws": "^8.11.0"
},
"engines": {
"node": ">=14.0"
"node": ">=18.0"
},
"standard": {
"env": [
Expand Down

0 comments on commit 57ac6bb

Please sign in to comment.