Skip to content

Commit fa211c3

Browse files
authored
Merge pull request #16 from takikawa/fix-ci
2 parents 6a60a6a + d8f2826 commit fa211c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
name: Node.js CI
55

6-
variables:
7-
GIT_SUBMODULE_STRATEGY: recursive
8-
96
on:
107
push:
118
branches: [ "main" ]
@@ -19,11 +16,13 @@ jobs:
1916

2017
strategy:
2118
matrix:
22-
node-version: [18.x]
19+
node-version: [18.x, 20.x]
2320
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2421

2522
steps:
26-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
24+
with:
25+
submodules: true
2726
- name: Use Node.js ${{ matrix.node-version }}
2827
uses: actions/setup-node@v3
2928
with:

0 commit comments

Comments
 (0)