Skip to content

Commit

Permalink
Set up compatible node
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 27, 2023
1 parent 913bf29 commit 1dfa3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
with:
fetch-depth: 1
submodules: true
- uses: actions/setup-node@v3
with:
node-version: '18.12.1'
- uses: actions/setup-python@v4
with:
python-version: '3.7'
Expand Down

0 comments on commit 1dfa3e6

Please sign in to comment.