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 4eb180c commit 9deedb3Copy full SHA for 9deedb3
3 files changed
.github/workflows/ci.yml
@@ -11,14 +11,14 @@ jobs:
11
strategy:
12
matrix:
13
include:
14
- - name: Node.js 14
15
- NODE_VERSION: 14
16
- - name: Node.js 16
17
- NODE_VERSION: 16
18
- name: Node.js 18
19
NODE_VERSION: 18
20
- name: Node.js 20
21
NODE_VERSION: 20
+ - name: Node.js 22
+ NODE_VERSION: 22
+ - name: Node.js 24
+ NODE_VERSION: 24
22
fail-fast: false
23
name: ${{ matrix.name }}
24
runs-on: ubuntu-latest
0 commit comments