Skip to content

Commit 838da7c

Browse files
committed
Update workflows
1 parent 35c2582 commit 838da7c

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/socket-fix.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ jobs:
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:

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,16 @@ concurrency:
2020

2121
jobs:
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

0 commit comments

Comments
 (0)