Skip to content

Commit a74cc1c

Browse files
nandan-bhattusharpandey13
authored andcommitted
Fixing broken workflow rl secure (#1901)
1 parent 754b34b commit a74cc1c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/rl-secure.yml

+14
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40+
- name: Setup pnpm
41+
uses: pnpm/action-setup@v4
42+
with:
43+
version: 10
44+
45+
- name: Setup Node.js with pnpm caching
46+
uses: actions/setup-node@v4
47+
with:
48+
node-version: ${{ inputs.node-version }}
49+
cache: "pnpm"
50+
51+
- name: Install dependencies
52+
run: pnpm install --frozen-lockfile
53+
4054
- name: Build package
4155
uses: ./.github/actions/build
4256
with:

0 commit comments

Comments
 (0)