Skip to content

Commit

Permalink
Drop node 14 & Update dependabot.yml to include github actions (#219)
Browse files Browse the repository at this point in the history
* Update dependabot.yml to include github actions

Signed-off-by: Thomas <[email protected]>

* drop node 14

---------

Signed-off-by: Thomas <[email protected]>
  • Loading branch information
tomap authored Dec 13, 2024
1 parent 196d856 commit f93322a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
30 changes: 4 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,7 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 20
ignore:
- dependency-name: eslint
versions:
- 7.18.0
- 7.19.0
- 7.20.0
- 7.21.0
- 7.22.0
- 7.23.0
- 7.24.0
- dependency-name: y18n
versions:
- 4.0.1
- dependency-name: mocha
versions:
- 8.2.1
- 8.3.0
- 8.3.1
- dependency-name: chai
versions:
- 4.3.0
- 4.3.1
- 4.3.3
- dependency-name: hexo
versions:
- 5.3.0
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
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: ['14.x', '16.x', '18.x']
node-version: ['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: ['14.x']
node-version: ['16.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 @@ -36,6 +36,6 @@
"hexo-pagination": "3.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
}

0 comments on commit f93322a

Please sign in to comment.