This commit is contained in:
parent
b522b5f66e
commit
7aff5cf496
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ jobs:
|
|||
curl -JO https://deb.nodesource.com/gpgkey/nodesource.gpg.key
|
||||
gpg --dearmor -o /usr/share/keyrings/nodesource-archive-keyring.gpg nodesource.gpg.key
|
||||
echo "deb [signed-by=/usr/share/keyrings/nodesource-archive-keyring.gpg] https://deb.nodesource.com/node_16.x $(lsb_release -c -s) main" > /etc/apt/sources.list.d/nodesource.list
|
||||
apt-get update && apt-get install -y nodejs npm
|
||||
apt-get update
|
||||
apt-get install -y nodejs npm
|
||||
npm install -g pkg grunt grunt-cli
|
||||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue