Skip to content

Commit 6adf747

Browse files
committed
ci: fix typo in workflow
1 parent 3cddc8f commit 6adf747

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull_request.workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
node-version: ["16", "18", "20"]
1212
steps:
1313
- uses: actions/checkout@v3
14-
uses: actions/cache@v3
1514
env:
1615
cache-name: cache-node-modules
1716
with:
@@ -49,8 +48,6 @@ jobs:
4948
node-version: ["16", "18", "20"]
5049
steps:
5150
- uses: actions/checkout@v3
52-
with:
53-
submodules: "recursive"
5451
- uses: actions/setup-node@v4
5552
with:
5653
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)