Skip to content

Commit

Permalink
Merge pull request #1409 from form8ion/renovate/master-cucumber-cucum…
Browse files Browse the repository at this point in the history
…ber-10.x
  • Loading branch information
travi authored Nov 20, 2023
2 parents beca7b7 + 6f026fd commit 7b9bafd
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 14 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
strategy:
matrix:
node:
- 16.14.0
- 18.0.0
- 18
- 19
- 20
- 18.17.0
- 20.6.1
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup node ${{ matrix.node_version }}
Expand Down
218 changes: 211 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0-semantically-released",
"type": "module",
"engines": {
"node": "^16.14.0 || >=18"
"node": "^18.17 || >=20.6.1"
},
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"contributors": [
Expand Down Expand Up @@ -76,7 +76,7 @@
"write-yaml": "1.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "9.6.0",
"@cucumber/cucumber": "10.0.1",
"@form8ion/commitlint-config": "1.0.63",
"@form8ion/eslint-config": "7.0.4",
"@form8ion/eslint-config-cucumber": "1.4.1",
Expand Down

0 comments on commit 7b9bafd

Please sign in to comment.