Skip to content

Commit

Permalink
Merge pull request #47 from sjrd/node-16
Browse files Browse the repository at this point in the history
Force downgrade to Node.js 16.
  • Loading branch information
sjrd authored May 31, 2024
2 parents 35a56c8 + ca4a7d6 commit f4875a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
PROJECT_NAME: "portable-scala-reflect${{ matrix.platform == 'JS-0.6.x' && 'JS' || matrix.platform }}"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- uses: olafurpg/setup-scala@v10
with:
java-version: "[email protected]"
Expand Down

0 comments on commit f4875a0

Please sign in to comment.