Skip to content

Commit

Permalink
ci(ga): use specific pnpm version
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <[email protected]>
  • Loading branch information
euberdeveloper committed Dec 30, 2024
1 parent 728a192 commit ad00a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [22.x]
pnpm-version: [9.x]
pnpm-version: [9.9.0]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [22.x]
pnpm-version: [9.x]
pnpm-version: [9.9.0]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [22.x]
pnpm-version: [9.x]
pnpm-version: [9.9.0]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit ad00a41

Please sign in to comment.