Skip to content

Commit

Permalink
require Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jul 9, 2023
1 parent f964e5e commit c488f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 20.x]
os:
- ubuntu-latest

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 7,11 @@
"url": "https://github.com/superchargejs/promise-pool/issues"
},
"devDependencies": {
"@supercharge/eslint-config-typescript": "~2.3.3",
"@supercharge/tsconfig": "~1.0.0",
"@supercharge/eslint-config-typescript": "~3.0.0",
"@supercharge/tsconfig": "~4.0.0",
"c8": "~8.0.0",
"eslint": "~8.44.0",
"expect": "~28.1.3",
"expect": "~29.6.1",
"typescript": "~5.1.6",
"uvu": "~0.5.6"
},
Expand Down

0 comments on commit c488f90

Please sign in to comment.