diff --git a/.github/workflows/classifier-faces-test.yml b/.github/workflows/classifier-faces-test.yml index b0e0547d3..85d619a65 100644 --- a/.github/workflows/classifier-faces-test.yml +++ b/.github/workflows/classifier-faces-test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: fallbackNode: '^12' diff --git a/.github/workflows/classifier-landmarks-test.yml b/.github/workflows/classifier-landmarks-test.yml index 42ab7090d..04c394f8d 100644 --- a/.github/workflows/classifier-landmarks-test.yml +++ b/.github/workflows/classifier-landmarks-test.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v2 - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: fallbackNode: '^12' diff --git a/.github/workflows/classifier-test.yml b/.github/workflows/classifier-test.yml index 94482b3d0..74e7a10ba 100644 --- a/.github/workflows/classifier-test.yml +++ b/.github/workflows/classifier-test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: fallbackNode: '^12' diff --git a/.github/workflows/cluster-faces-test.yml b/.github/workflows/cluster-faces-test.yml index fed18b839..16eb8647b 100644 --- a/.github/workflows/cluster-faces-test.yml +++ b/.github/workflows/cluster-faces-test.yml @@ -83,7 +83,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: path: apps/${{ env.APP_NAME }} diff --git a/.github/workflows/files-scan-test.yml b/.github/workflows/files-scan-test.yml index af7a5e91d..6579bf714 100644 --- a/.github/workflows/files-scan-test.yml +++ b/.github/workflows/files-scan-test.yml @@ -78,7 +78,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: path: apps/${{ env.APP_NAME }} diff --git a/.github/workflows/full-run-test.yml b/.github/workflows/full-run-test.yml index a999d0e99..50d14eb2d 100644 --- a/.github/workflows/full-run-test.yml +++ b/.github/workflows/full-run-test.yml @@ -100,7 +100,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: path: apps/${{ env.APP_NAME }}