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