mirror of https://github.com/curbengh/hexo-yam
chore(node): drop Node 16
BREAKING CHANGE Node 16 EOL 2023-09-11
This commit is contained in:
parent
df3b0513e7
commit
3523b0fd98
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: ["16", "18", "20"]
|
||||
node-version: ["18", "20"]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node-version: ["16.x"]
|
||||
node-version: ["18.x"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 16.13.0"
|
||||
"node": ">= 18.12.0"
|
||||
},
|
||||
"author": "curben",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue