This commit is contained in:
Daniel Scalzi 2022-01-23 17:28:36 -05:00
parent 3bb99fd17b
commit d2ce9d3bea
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5

View File

@ -19,6 +19,11 @@ jobs:
with: with:
node-version: 16 node-version: 16
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
shell: bash shell: bash