mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-24 14:35:51 +00:00
Drop support for Node v18 (require v20.19+)
Node v18 has been EOL since March 2025. The noble libraries require v20.19+, so we align with those to avoid development warnings.
This commit is contained in:
parent
d378219031
commit
89e05c5aa9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # if tests for one version fail, continue with the rest
|
fail-fast: false # if tests for one version fail, continue with the rest
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x, 20.x, 22.x, 24.x]
|
node-version: [20.x, 22.x, 24.x]
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
|
|
||||||
name: Node ${{ matrix.node-version }}
|
name: Node ${{ matrix.node-version }}
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -56,7 +56,7 @@
|
|||||||
"web-streams-polyfill": "^4.2.0"
|
"web-streams-polyfill": "^4.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18.0.0"
|
"node": ">= 20.19.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"license": "LGPL-3.0+",
|
"license": "LGPL-3.0+",
|
||||||
"homepage": "https://openpgpjs.org/",
|
"homepage": "https://openpgpjs.org/",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18.0.0"
|
"node": ">= 20.19.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crypto",
|
"crypto",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user