From ca4a7d67060e13de508d51b1bb042c8da861e443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Fri, 31 May 2024 17:00:15 +0200 Subject: [PATCH] Force downgrade to Node.js 16. In order to avoid https://github.com/scala-js/scala-js-js-envs/issues/12. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b9450b..03cf154 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: "adopt@1.8"