Skip to content

Commit f4875a0

Browse files
authored
Merge pull request #47 from sjrd/node-16
Force downgrade to Node.js 16.
2 parents 35a56c8 + ca4a7d6 commit f4875a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
PROJECT_NAME: "portable-scala-reflect${{ matrix.platform == 'JS-0.6.x' && 'JS' || matrix.platform }}"
2020
steps:
2121
- uses: actions/checkout@v2
22+
- uses: actions/setup-node@v4
23+
with:
24+
node-version: '16.x'
2225
- uses: olafurpg/setup-scala@v10
2326
with:
2427
java-version: "[email protected]"

0 commit comments

Comments
 (0)