dev-base #33
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup
|
||||
run: |
|
||||
apt update -y && apt install nodejs -y
|
||||
node --version
|
||||
npm --version
|
||||
apt update -y && apt install nodejs ca-certificates -y
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
- name: Setup
|
||||
|
|
Reference in a new issue