From 9a5f39ac7af7b58216d29801d305e9db694cfff1 Mon Sep 17 00:00:00 2001 From: NimbusEngine523 Date: Fri, 11 Aug 2023 11:44:17 +0200 Subject: [PATCH] FIX: failing Integration tests this https://github.com/zloirock/core-js/issues/1281 is the issue we're facing. I'll set the node version for these integration tests to 18 for now --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 1a215f1c..4ed58f03 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '19' + node-version: '18' - run: npm install working-directory: ./launcher - run: npm run test ${{ matrix.test.name }}