We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c1c0c commit f505a4fCopy full SHA for f505a4f
.github/workflows/ci.yml
@@ -25,12 +25,12 @@ jobs:
25
strategy:
26
matrix:
27
include:
28
- - name: Node.js 18
29
- NODE_VERSION: 18
30
- name: Node.js 20
31
NODE_VERSION: 20
32
- name: Node.js 22
33
NODE_VERSION: 22
+ - name: Node.js 24
+ NODE_VERSION: 24
34
fail-fast: false
35
name: ${{ matrix.name }}
36
timeout-minutes: 15
package.json
@@ -47,6 +47,6 @@
47
"semantic-release": "25.0.2"
48
},
49
"engines": {
50
- "node": "18 || 20 || 22"
+ "node": "20 || 22 || 24"
51
}
52
0 commit comments