Skip to content

Commit

Permalink
chore: require node14+ (#5061)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored Sep 20, 2022
1 parent 0bd34b3 commit d98612f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['12', '14', '16']
node-version: ['14', '16', '18']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['12', '14', '16']
node-version: ['14', '16', '18']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['12.x', '14.x', '16.x']
node-version: ['14.x', '16.x', '18.x']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"sinon": "^13.0.2"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14"
}
}

0 comments on commit d98612f

Please sign in to comment.