Skip to content

Commit

Permalink
Move node v22 to the right ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Dec 22, 2024
1 parent bbcd240 commit 78fd3c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ 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
Expand Down Expand Up @@ -66,6 +61,11 @@ jobs:
steps:
- uses: actions/[email protected]

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

- name: Set up Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 78fd3c7

Please sign in to comment.