Try Workflow
Some checks failed
Linux Export

This commit is contained in:
snoweuph 2023-03-20 19:25:24 +00:00
parent 1ed6418667
commit 4bdf125864

View file

@ -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