Skip to content

Commit 35c4a7a

Browse files
CI: update action workflow
1 parent 99b8b62 commit 35c4a7a

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
node-version: [18.x]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
16+
with:
17+
submodules: true
18+
1619
- uses: actions/cache@v1
1720
with:
1821
path: ~/.npm
@@ -46,7 +49,10 @@ jobs:
4649
node-version: [18.x]
4750

4851
steps:
49-
- uses: actions/checkout@v1
52+
- uses: actions/checkout@v2
53+
with:
54+
submodules: true
55+
5056
- uses: actions/cache@v1
5157
with:
5258
path: ~\AppData\Roaming\npm-cache

.github/workflows/nodejsdeploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
node-version: [18.x]
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v2
19+
with:
20+
submodules: true
1921
- uses: actions/cache@v1
2022
with:
2123
path: ~/.npm

.github/workflows/nodejsdeploystable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
node-version: [18.x]
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v2
19+
with:
20+
submodules: true
1921
- uses: actions/cache@v1
2022
with:
2123
path: ~/.npm

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
node-version: [18.x]
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
18+
with:
19+
submodules: true
1820
- uses: actions/cache@v1
1921
with:
2022
path: ~/.npm

0 commit comments

Comments
 (0)