Skip to content

Commit

Permalink
require node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 18, 2022
1 parent 233f01d commit 645a381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:

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

name: Node.js ${{ matrix.node-version }}

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"url": "https://github.com/supercharge/classes/issues"
},
"devDependencies": {
"@supercharge/eslint-config-typescript": "~2.0.0",
"@supercharge/eslint-config-typescript": "~3.1.0",
"c8": "~7.11.3",
"eslint": "~8.15.0",
"expect": "~28.1.0",
"typescript": "~4.6.4",
"uvu": "~0.5.3"
},
"engines": {
"node": ">=8"
"node": ">=14"
},
"files": [
"dist"
Expand Down

0 comments on commit 645a381

Please sign in to comment.