Skip to content

Commit 3cddc8f

Browse files
committed
ci(ci): fix workflow typo
1 parent 83d7ba9 commit 3cddc8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull_request.workflow.yml

Lines changed: 0 additions & 2 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-
- name: Cache node modules
1514
uses: actions/cache@v3
1615
env:
1716
cache-name: cache-node-modules
@@ -65,7 +64,6 @@ jobs:
6564
runs-on: ubuntu-20.04
6665
steps:
6766
- uses: actions/checkout@v3
68-
- name: Cache node modules
6967
- uses: actions/setup-node@v4
7068
with:
7169
node-version: "20"

0 commit comments

Comments
 (0)