CI #2
@@ -27,7 +27,7 @@ jobs:
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: apt-get install -y nodejs
|
||||
run: apk add --no-cache nodejs npm
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user