We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e88e40 commit 9bb7883Copy full SHA for 9bb7883
.github/workflows/socket-fix.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
30
- name: Setup pnpm
31
- uses: ./.github/actions/setup-pnpm
+ uses: SocketDev/socket-cli/.github/actions/setup-pnpm@6e88e402e06dcb99ea2dcff676110c4d8fe4b025
32
with:
33
node-version: '22'
34
pnpm-version: '^10.16.0'
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup PNPM
node-version: ${{ matrix.node-version }}
35
0 commit comments