Skip to content

Commit

Permalink
require node >=14.17, due to dependency on child_process spawn event
Browse files Browse the repository at this point in the history
  • Loading branch information
panlina committed Jan 12, 2023
1 parent 8661418 commit 6cbac1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [8.6, node]
node-version: [14.17, node]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: '[[ $(node --version) == v8.6* ]] && npm i || npm ci'
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "express-site",
"version": "0.0.0",
"description": "A host for node/express web applications, with a RESTful admin API.",
"engines": { "node": ">=8.6" },
"engines": { "node": ">=14.17" },
"dependencies": {
"express": "^4.16.4",
"http-proxy": "^1.17.0",
Expand Down

0 comments on commit 6cbac1d

Please sign in to comment.