Skip to content

Commit 5302497

Browse files
Update dependency pnpm to v10
1 parent 51821f1 commit 5302497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup pnpm
3838
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
3939
with:
40-
version: 9.15.9
40+
version: 10.17.1
4141

4242
- name: Setup Node
4343
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2222
with:
23-
version: 9.15.9
23+
version: 10.17.1
2424

2525
- name: Setup Node
2626
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0

0 commit comments

Comments
 (0)