Skip to content

Donwgraded python to 3.10 #49

Donwgraded python to 3.10

Donwgraded python to 3.10 #49

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup node 🔧
uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Test ✔️
run: |
npm ci
npm test