Skip to content

Commit

Permalink
Use Python 3.10 for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and rzr committed Feb 6, 2024
1 parent c260768 commit 05b6e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodepackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies (ubuntu-latest)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 05b6e3b

Please sign in to comment.