Skip to content

Commit f8db2cb

Browse files
committed
refactor: added missing pnpm i
1 parent 3b78c18 commit f8db2cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
node-version-file: ".nvmrc"
7878
cache: "pnpm"
7979

80+
- name: Install dependencies
81+
run: pnpm install --frozen-lockfile
82+
8083
# Initializes the CodeQL tools for scanning.
8184
- name: Initialize CodeQL
8285
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)