diff options
Diffstat (limited to '.github/workflows/command-compile.yml')
-rw-r--r-- | .github/workflows/command-compile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 3d9f618612c..303d7d96045 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -119,7 +119,7 @@ jobs: fallbackNpm: '^10' - name: Set up node ${{ steps.package-engines-versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v3 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v3 with: node-version: ${{ steps.package-engines-versions.outputs.nodeVersion }} cache: npm |