Skip to content

Commit

Permalink
chore: require node14+ (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Oct 15, 2022
1 parent 082cdf0 commit ecb9654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['12.x', '14.x', '16.x']
node-version: ['14.x', '16.x', '18.x']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['12.x']
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,6 +36,6 @@
"hexo-pagination": "3.0.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14"
}
}

0 comments on commit ecb9654

Please sign in to comment.