Skip to content

Commit ff0e688

Browse files
committed
update pnpm in ci
1 parent 2d75540 commit ff0e688

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/examples.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 18
1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 8.15
19+
version: 9.15
2020
- run: pnpm install --filter with-angular
2121
- name: Integration tests
2222
run: pnpm test:integration
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 18
3535
- uses: pnpm/action-setup@v4
3636
with:
37-
version: 8.15
37+
version: 9.15
3838
- run: pnpm install --filter with-remix
3939
- name: E2E tests
4040
run: pnpm test:e2e
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 18
5050
- uses: pnpm/action-setup@v4
5151
with:
52-
version: 8.15
52+
version: 9.15
5353
- run: pnpm install --filter with-svelte
5454
- name: E2E tests
5555
run: pnpm test:e2e
@@ -64,7 +64,7 @@ jobs:
6464
node-version: 18
6565
- uses: pnpm/action-setup@v4
6666
with:
67-
version: 8.15
67+
version: 9.15
6868
- run: pnpm install --filter with-vue
6969
- name: Integration tests
7070
run: pnpm test:integration
@@ -82,7 +82,7 @@ jobs:
8282
node-version: 18
8383
- uses: pnpm/action-setup@v4
8484
with:
85-
version: 8.15
85+
version: 9.15
8686
- run: pnpm install --filter with-jest
8787
- run: pnpm test --filter with-jest
8888

@@ -95,7 +95,7 @@ jobs:
9595
node-version: 18
9696
- uses: pnpm/action-setup@v4
9797
with:
98-
version: 8.15
98+
version: 9.15
9999
- run: pnpm install --filter with-jest-jsdom
100100
- run: pnpm test --filter with-jest-jsdom
101101

@@ -108,7 +108,7 @@ jobs:
108108
node-version: 18
109109
- uses: pnpm/action-setup@v4
110110
with:
111-
version: 8.15
111+
version: 9.15
112112
- run: pnpm install --filter with-vitest
113113
- run: pnpm test --filter with-vitest
114114

@@ -121,7 +121,7 @@ jobs:
121121
node-version: 18
122122
- uses: pnpm/action-setup@v4
123123
with:
124-
version: 8.15
124+
version: 9.15
125125
- run: pnpm install --filter with-vitest-cjs
126126
- run: pnpm test --filter with-vitest-cjs
127127

@@ -134,7 +134,7 @@ jobs:
134134
node-version: 18
135135
- uses: pnpm/action-setup@v4
136136
with:
137-
version: 8.15
137+
version: 9.15
138138
- run: pnpm install --filter with-playwright
139139
- run: pnpm test --filter with-playwright
140140

@@ -147,6 +147,6 @@ jobs:
147147
node-version: 18
148148
- uses: pnpm/action-setup@v4
149149
with:
150-
version: 8.15
150+
version: 9.15
151151
- run: pnpm install --filter with-karma
152152
- run: pnpm test --filter with-karma

0 commit comments

Comments
 (0)