Skip to content

Commit 4731237

Browse files
authored
Merge pull request #41 from scalvert/support-node-12
2 parents 783c556 + 421a1c8 commit 4731237

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node: ['14']
20+
node: ['12', '14', '16']
2121

2222
steps:
2323
- uses: actions/checkout@v2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"vitest": "^0.9.3"
7070
},
7171
"engines": {
72-
"node": ">=14"
72+
"node": "^12.22.0 || >=14"
7373
},
7474
"publishConfig": {
7575
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)