10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-07 08:26:52 +00:00
This commit is contained in:
dagecko 2026-04-03 14:07:38 -04:00 committed by GitHub
commit febdd5736e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
with: with:
version: 6.10.0 version: 6.10.0
- name: Generate pnpm file - name: Generate pnpm file