Use setup-node action
This commit is contained in:
parent
c6297b9157
commit
1503628491
2 changed files with 9 additions and 3 deletions
|
@ -13,7 +13,9 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
run: apt update && apt install -y nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
-
|
||||
name: Add Clippy
|
||||
run: rustup component add clippy
|
||||
|
@ -42,7 +44,9 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
run: apt update && apt install -y nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
-
|
||||
name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
|
@ -14,7 +14,9 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
run: apt update && apt install -y nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
-
|
||||
name: Add Clippy
|
||||
run: rustup component add clippy
|
||||
|
|
Loading…
Reference in a new issue