Skip to content

Commit

Permalink
Fix Github pipeline to use Node20 - take 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Feb 13, 2024
1 parent a43bb2b commit 63440e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -32,15 +32,12 @@ jobs:
env:
TOXENV: ${{ matrix.toxenv || 'py' }}
steps:
- uses: actions/setup-node@v4
with:
node-version: 'latest'

- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
node-version: 'latest'
python-version: ${{ matrix.python-version }}

- name: Install dependencies
Expand Down

0 comments on commit 63440e3

Please sign in to comment.