Remove excessive node install in actions
This commit is contained in:
parent
285ed25eaf
commit
e9ca986926
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ jobs:
|
|||
if: success()
|
||||
runs-on: docker
|
||||
container: forgejo.neshweb.net/ci-docker-images/rust-node:latest
|
||||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
run: apt update && apt install -y nodejs
|
||||
steps:
|
||||
-
|
||||
name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue