Skip to content

Commit

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

- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit ff6425d

Please sign in to comment.