Skip to content

Commit

Permalink
Use node v22 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Dec 22, 2024
1 parent 17f683b commit bbcd240
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22

- name: Update pip and install dev requirements
run: |
python -m pip install --upgrade pip
pip install nox
- name: Test
run: nox -s tests-${{ matrix.python-version }}

Expand Down

0 comments on commit bbcd240

Please sign in to comment.