Skip to content

Commit

Permalink
breaking: remove nodejs 14 tests and support
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Jan 13, 2023
1 parent 900f7fe commit bce8757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:
branches: [ master ]

jobs:
build:

test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"tap": "^16.0.1"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
}
}

0 comments on commit bce8757

Please sign in to comment.