Skip to content

Commit 94de349

Browse files
authored
chore: require node14+ (#83)
1 parent 1b6893f commit 94de349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/tester.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
node-version: ['12.x', '14.x']
11+
node-version: ['14.x', '16.x', '18.x']
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v2

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lib/"
1717
],
1818
"engines": {
19-
"node": ">=12.9.0"
19+
"node": ">=14"
2020
},
2121
"repository": "hexojs/hexo-generator-index",
2222
"homepage": "https://hexo.io/",

0 commit comments

Comments
 (0)