Skip to content

Commit

Permalink
Set pnpm version to 9.12.2 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onlywei committed Oct 21, 2024
1 parent ac4ca09 commit ed3ead1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
node-version: [22.x]

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9.12.2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

- name: Install dependencies
run: pnpm install
- name: Install dependencies
run: pnpm install

- name: Run tests
run: pnpm test
- name: Run tests
run: pnpm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
]
}
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}

0 comments on commit ed3ead1

Please sign in to comment.