Skip to content

Commit

Permalink
FIX: failing Integration tests
Browse files Browse the repository at this point in the history
this zloirock/core-js#1281
is the issue we're facing. I'll set the node version for these integration tests to 18 for now
  • Loading branch information
NeoPlays authored Aug 11, 2023
1 parent 316374a commit cd780d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit cd780d0

Please sign in to comment.