Revert "Use setup-node action"
All checks were successful
Run Tests on Code / run-tests (push) Successful in 41s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 41s
This reverts commit 1503628491
.
node is required for actions to work, not available on the rust image
This commit is contained in:
parent
8ee5da5d53
commit
db88d475dd
2 changed files with 3 additions and 9 deletions
|
@ -13,9 +13,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
run: apt update && apt install -y nodejs
|
||||
-
|
||||
name: Add Clippy
|
||||
run: rustup component add clippy
|
||||
|
@ -55,9 +53,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
run: apt update && apt install -y nodejs
|
||||
-
|
||||
name: Set Up Cargo Cache
|
||||
uses: actions/cache@v3
|
||||
|
|
|
@ -14,9 +14,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
run: apt update && apt install -y nodejs
|
||||
-
|
||||
name: Add Clippy
|
||||
run: rustup component add clippy
|
||||
|
|
Loading…
Reference in a new issue