mirror of https://github.com/curbengh/hexo-yam
chore(node): requires at least Node v22.15
in preparation for native zstd support BREAKING CHANGE drop Node v20
This commit is contained in:
parent
463b3a16a9
commit
f7b6e05180
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: ["20", "22", "24"]
|
||||
node-version: ["22", "24"]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 20.9.0"
|
||||
"node": ">= 22.15.0"
|
||||
},
|
||||
"author": "curben",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Reference in New Issue