Skip to content

Commit

Permalink
Downgrade node. (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Aug 7, 2023
1 parent 242652f commit f9050f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
submodules: recursive

# We are using deprecated functionality. Downgrade Node so we still compile.
- uses: actions/setup-node@v3
with:
node-version: 16

- name: Install
env:
GITHUB_NPM_TOKEN: ${{ secrets.LEON_GITHUB_NPM_PAT }}
Expand Down

0 comments on commit f9050f4

Please sign in to comment.