Skip to content

Commit

Permalink
Fix Github pipeline to use Node20 - take 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Feb 13, 2024
1 parent 63440e3 commit fdfb24f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -35,9 +35,8 @@ jobs:
- uses: actions/checkout@v4

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

- name: Install dependencies
Expand Down

0 comments on commit fdfb24f

Please sign in to comment.