diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 683d6dd..46d469c 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -136,7 +136,7 @@ jobs: - name: 🏗 Install Python dependencies run: uv sync --all-groups - name: 🏗 Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: "npm"