Skip to content

Commit

Permalink
use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski committed Dec 13, 2023
1 parent 0a99dec commit d9d8f84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: npm install
- run: npm test

0 comments on commit d9d8f84

Please sign in to comment.