Skip to content

Commit

Permalink
remove node 12 from test matrix (nodejs#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored and metcoder95 committed Jul 21, 2023
1 parent 2a689ec commit bf414e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: [push, pull_request]
jobs:
build:
name: Test
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1.6
with:
runs-on: ubuntu-latest, windows-latest
test-command: npm run coverage:ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"ws": "^8.11.0"
},
"engines": {
"node": ">=12.18"
"node": ">=14.0"
},
"standard": {
"env": [
Expand Down

0 comments on commit bf414e9

Please sign in to comment.