File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 2727 - name : Checkout repo
2828 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
30- - name : Setup pnpm
31- uses : SocketDev/socket-cli/.github/actions/setup-pnpm@6e88e402e06dcb99ea2dcff676110c4d8fe4b025
30+ - uses : SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544
3231 with :
3332 node-version : ' 22'
34- pnpm-version : ' ^10.16.0'
35- install-deps : ' true'
36- socket-scan : ' false'
3733
3834 - name : Run Socket Fix CLI
3935 env :
Original file line number Diff line number Diff line change @@ -20,19 +20,16 @@ concurrency:
2020
2121jobs :
2222 test :
23- name : ' Tests'
2423 runs-on : ${{ matrix.os }}
2524 strategy :
2625 matrix :
2726 node-version : [20, 22, 24]
2827 os : [ubuntu-latest, windows-latest]
2928 steps :
3029 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31- - name : Setup PNPM
32- uses : SocketDev/socket-cli/.github/actions/setup-pnpm@6e88e402e06dcb99ea2dcff676110c4d8fe4b025
30+ - uses : SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544
3331 with :
3432 node-version : ${{ matrix.node-version }}
35- pnpm-version : ' ^10.16.0'
3633
3734 - name : Run tests
3835 run : pnpm run test-ci
You can’t perform that action at this time.
0 commit comments