fix for docker:dind node installation
Some checks failed
default / build-and-deploy (push) Has been cancelled
Some checks failed
default / build-and-deploy (push) Has been cancelled
This commit is contained in:
parent
d16c51d01a
commit
6bbd97c9d9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
options: --privileged
|
||||
steps:
|
||||
- name: Set Up Node
|
||||
run: apt-get install -y --no-install-recommends nodejs
|
||||
run: apk add --no-cache nodejs
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue