Skip to content

Commit aba19d7

Browse files
authored
Update codeql.yml
1 parent 066e2be commit aba19d7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,16 @@ jobs:
5959
- name: Setup pnpm
6060
uses: pnpm/action-setup@v4
6161
with:
62-
version: latest
62+
run_install: false
6363

6464
- name: Setup Node.js
6565
uses: actions/setup-node@v4
6666
with:
67-
node-version: '20'
68-
cache: 'pnpm'
67+
node-version: 20
68+
cache: pnpm
6969

7070
- name: Install Dependencies
71-
run: |
72-
pnpm install --frozen-lockfile --ignore-scripts
73-
env:
74-
NODE_ENV: development
71+
run: pnpm install
7572

7673
- name: Configure CodeQL Query Packs
7774
id: query-config

0 commit comments

Comments
 (0)