Skip to content

Commit

Permalink
ci: fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 31, 2024
1 parent 3cddc8f commit 6adf747
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
node-version: ["16", "18", "20"]
steps:
- uses: actions/checkout@v3
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -49,8 +48,6 @@ jobs:
node-version: ["16", "18", "20"]
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 6adf747

Please sign in to comment.