diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e426d062..0b9e61b27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - with: {node-version: '18', cache: 'yarn'} + with: {node-version: '20', cache: 'yarn'} - run: yarn - name: Check cycles for server target run: yarn cycles:server