Skip to content

Commit

Permalink
pin node version on all machines
Browse files Browse the repository at this point in the history
  • Loading branch information
leotrs committed May 9, 2024
1 parent a41fd3b commit 18f4ae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
submodules: true

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

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

0 comments on commit 18f4ae8

Please sign in to comment.