skip: merge (6eab2b7ef6) [skip release]

This commit is contained in:
github-actions[bot] 2025-12-03 05:25:54 +00:00
commit e4f056a366

View file

@ -38,7 +38,7 @@ runs:
standalone: true standalone: true
- name: ⚙️ Setup Node.js ${{ inputs.node-version }} - name: ⚙️ Setup Node.js ${{ inputs.node-version }}
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with: with:
node-version-file: .node-version node-version-file: .node-version
cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }} cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }}