Skip to content

Commit

Permalink
chore: require node14+ (hexojs#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Sep 15, 2022
1 parent 2e58759 commit 1d8111f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"uuid": "^9.0.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14"
}
}

0 comments on commit 1d8111f

Please sign in to comment.