diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 48cc2bd96..23e94a91e 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -25,7 +25,6 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 cache: yarn - name: Installing dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42ec2500c..e726ea335 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,6 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 cache: yarn - name: Installing dependencies diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 20070fc8d..313a6921a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -62,7 +62,6 @@ jobs: - if: env.SKIP_INTEGRITY_CHECK != 1 uses: actions/setup-node@v3 with: - node-version: 18 cache: yarn - if: env.SKIP_INTEGRITY_CHECK != 1