Skip to content

Commit

Permalink
chore: remove useless node setup in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Oct 30, 2023
1 parent 4166204 commit 89d0781
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@ jobs:
needs: ["build", "lint"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/checkout@v3
with:
node-version: 18
submodules: "recursive"

- uses: actions/cache/restore@v3
with:
Expand All @@ -90,11 +88,9 @@ jobs:
needs: ["build", "lint"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/checkout@v3
with:
node-version: 18
submodules: "recursive"

- uses: actions/cache/restore@v3
with:
Expand All @@ -116,11 +112,9 @@ jobs:
needs: ["build", "lint"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/checkout@v3
with:
node-version: 18
submodules: "recursive"

- uses: actions/cache/restore@v3
with:
Expand All @@ -142,8 +136,7 @@ jobs:
needs: ["build", "lint"]
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
- uses: actions/checkout@v3
with:
submodules: "recursive"

Expand Down Expand Up @@ -171,8 +164,7 @@ jobs:
contents: "read"
security-events: "write"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
- uses: actions/checkout@v3
with:
submodules: "recursive"

Expand Down

0 comments on commit 89d0781

Please sign in to comment.