Skip to content

Commit 2272b41

Browse files
authored
Merge pull request #218 from form8ion/renovate/master-form8ion-github-workflows-core-2.x
2 parents 8392e7b + 80fa9fd commit 2272b41

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

.github/workflows/node-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
strategy:
3131
matrix:
3232
node:
33-
- 16.0.0
34-
- 16
33+
- 16.13.0
34+
- 18.0.0
35+
- 18
36+
- 19
3537
steps:
3638
- uses: actions/checkout@v3
3739
- name: Setup node

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.0-semantically-released",
66
"type": "commonjs",
77
"engines": {
8-
"node": ">=16"
8+
"node": "^16.13.0 || >=18"
99
},
1010
"author": "Matt Travi <[email protected]> (https://matt.travi.org)",
1111
"repository": "form8ion/commit-convention",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@form8ion/core": "^2.0.0",
60-
"@form8ion/github-workflows-core": "1.0.0",
60+
"@form8ion/github-workflows-core": "2.0.1",
6161
"@form8ion/javascript-core": "^8.0.0",
6262
"deepmerge": "^4.2.2",
6363
"js-yaml": "^4.1.0"
@@ -95,4 +95,4 @@
9595
"rollup-plugin-auto-external": "2.0.0",
9696
"sinon": "14.0.1"
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)