diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index 88a3e831..54c54307 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Set Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 12.x - run: npm install -g npm@latest # In order to upload & download artifacts from a shell script, certain env variables need to be set that are only available in the diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index ba07897d..f9b8e564 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -23,7 +23,7 @@ jobs: - name: Set Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 12.x - run: npm install -g npm@latest - name: npm install diff --git a/.github/workflows/cache-tests.yml b/.github/workflows/cache-tests.yml index 50b987c0..6e990a9c 100644 --- a/.github/workflows/cache-tests.yml +++ b/.github/workflows/cache-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Set Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 12.x - run: npm install -g npm@latest # In order to save & restore cache from a shell script, certain env variables need to be set that are only available in the diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 3d2f5c38..21cbdc13 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -21,7 +21,7 @@ jobs: - name: Set Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 12.x - run: npm install -g npm@latest - name: npm install diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d0da1257..a6635593 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Set Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 12.x - run: npm install -g npm@latest - name: npm install