Skip to content

Commit

Permalink
Require Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 11, 2022
1 parent 863a378 commit d35f0d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"capture-website": "./cli.js"
},
"engines": {
"node": ">=12.20"
"node": ">=14.16"
},
"scripts": {
"test": "xo && ava"
Expand All @@ -42,17 +42,16 @@
],
"dependencies": {
"arrify": "^3.0.0",
"capture-website": "^2.3.0",
"capture-website": "^3.0.0",
"get-stdin": "^9.0.0",
"meow": "^10.1.2",
"meow": "^10.1.3",
"split-on-first": "^3.0.0"
},
"devDependencies": {
"ava": "^4.0.1",
"ava": "^4.3.1",
"create-test-server": "^3.0.1",
"execa": "^6.0.0",
"file-type": "^17.1.1",
"typescript": "^4.5.5",
"xo": "^0.47.0"
"execa": "^6.1.0",
"file-type": "^17.1.6",
"xo": "^0.51.0"
}
}

0 comments on commit d35f0d2

Please sign in to comment.