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.
2 parents 6a60a6a + d8f2826 commit fa211c3Copy full SHA for fa211c3
.github/workflows/ci.yml
@@ -3,9 +3,6 @@
3
4
name: Node.js CI
5
6
-variables:
7
- GIT_SUBMODULE_STRATEGY: recursive
8
-
9
on:
10
push:
11
branches: [ "main" ]
@@ -19,11 +16,13 @@ jobs:
19
16
20
17
strategy:
21
18
matrix:
22
- node-version: [18.x]
+ node-version: [18.x, 20.x]
23
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
+ with:
+ submodules: true
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v3
29
with:
0 commit comments