Skip to content

Commit cd19d3f

Browse files
committed
ci: bump pnpm version from ^8 to ^9 on workflows
1 parent 5c7eafc commit cd19d3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
strategy: # Allows you to create a matrix for job configuration.
5252
matrix:
53-
node-version: [18.x, 19.x, 20.x] # Running tests across different environments.
53+
node-version: [18.x, 19.x, 20.x, 21.x] # Running tests across different environments.
5454
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
5555

5656
steps: # The sequence of tasks that make up a job.
@@ -66,7 +66,7 @@ jobs:
6666
uses: pnpm/action-setup@v3.0.0 # Action for setting up pnpm.
6767
id: pnpm-install
6868
with:
69-
version: ^8
69+
version: ^9
7070
run_install: false
7171

7272
- name: Capture pnpm store directory

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pnpm package manager
3636
uses: pnpm/action-setup@v3.0.0
3737
with:
38-
version: ^8
38+
version: ^9
3939
run_install: false
4040

4141
# Clean up the repository.

0 commit comments

Comments
 (0)