add npm/nodejs pkgs to install docker container
This commit is contained in:
parent
553ee60df5
commit
5a9d51a7d5
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ jobs:
|
||||||
git \
|
git \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
npm \
|
||||||
|
nodejs
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue