Skip to content

Commit

Permalink
Using system node in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 25, 2024
1 parent ab90bd6 commit e551d5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4.0.2

- name: "Cache NPM dependencies"
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -93,9 +90,6 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4.0.2

- name: "Cache NPM dependencies"
uses: actions/cache@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4.0.2

- name: "Cache NPM dependencies"
uses: actions/cache@v4
with:
Expand Down

0 comments on commit e551d5a

Please sign in to comment.