Skip to content

Commit

Permalink
ci(ci): fix workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 31, 2024
1 parent 83d7ba9 commit 3cddc8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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
- name: Cache node modules
uses: actions/cache@v3
env:
cache-name: cache-node-modules
Expand Down Expand Up @@ -65,7 +64,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Cache node modules
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down

0 comments on commit 3cddc8f

Please sign in to comment.