diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index a784b43cfc6268..0c73938764165b 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -96,7 +96,7 @@ jobs: echo "TAR_DIR=$RUNNER_TEMP/`basename tarballs/*.tar.gz .tar.gz`" >> $GITHUB_ENV - name: Copy directories needed for testing run: | - cp -r tools/eslint $TAR_DIR/tools + cp -r tools/node_modules $TAR_DIR/tools cp -r tools/eslint-rules $TAR_DIR/tools - name: Build run: | diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index c45799a022b035..285d67bdb8580d 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -58,7 +58,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.8.1 + version: v0.10.0 - name: Environment Information run: npx envinfo # The `npm ci` for this step fails a lot as part of the Test step. Run it