diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index d8737d09..861f07cc 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -112,7 +112,7 @@ jobs: git config --local user.name 'nextcloud-command' - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 + uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3 id: package-engines-versions with: fallbackNode: '^20' diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index e249dd04..1e689906 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -33,7 +33,7 @@ jobs: path: ${{ env.APP_NAME }} - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 + uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3 id: versions with: path: ${{ env.APP_NAME }} diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index f7969f7d..d1f18a1c 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -58,7 +58,7 @@ jobs: persist-credentials: false - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 + uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3 id: versions with: fallbackNode: '^20'