Skip to content

Commit

Permalink
Raise required Node version to 18 due to chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jan 22, 2024
1 parent 11a1fdf commit 663a33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Having "" here enables the `node-version-file` option
node-version: ["", 14, 16, 18, 20]
node-version: ["", 18, 20]

steps:
- name: Checkout main repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"yaml-loader": "^0.8.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"test": "yarn run test:e2e",
Expand Down

0 comments on commit 663a33b

Please sign in to comment.