diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 6de20675c0246..d747f8f9e3fb3 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -141,7 +141,7 @@ jobs: svn --version - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 21a4777a3f0af..21a699f6f210e 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -71,7 +71,7 @@ jobs: locale -a - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index e281ccb67cc0f..ec86150f78900 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -66,7 +66,7 @@ jobs: svn --version - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 578ebc6adf2b4..1b5a327b3a6b3 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -113,7 +113,7 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index f1b08567cd257..c5c8419647fd7 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -77,7 +77,7 @@ jobs: locale -a - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index f6282537158ef..1089d9a145587 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -70,7 +70,7 @@ jobs: svn --version - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm @@ -129,7 +129,7 @@ jobs: svn --version - name: Install NodeJS - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.1.0 with: node-version-file: '.nvmrc' cache: npm