@@ -13,10 +13,10 @@ jobs:
1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 20
1717 - uses : pnpm/action-setup@v4
1818 with :
19- version : 8 .15
19+ version : 9 .15.3
2020 - run : pnpm install --filter with-angular
2121 - name : Integration tests
2222 run : pnpm test:integration
@@ -31,10 +31,10 @@ jobs:
3131 - uses : actions/checkout@v4
3232 - uses : actions/setup-node@v4
3333 with :
34- node-version : 18
34+ node-version : 20
3535 - uses : pnpm/action-setup@v4
3636 with :
37- version : 8 .15
37+ version : 9 .15.3
3838 - run : pnpm install --filter with-remix
3939 - name : E2E tests
4040 run : pnpm test:e2e
@@ -46,10 +46,10 @@ jobs:
4646 - uses : actions/checkout@v4
4747 - uses : actions/setup-node@v4
4848 with :
49- node-version : 18
49+ node-version : 20
5050 - uses : pnpm/action-setup@v4
5151 with :
52- version : 8 .15
52+ version : 9 .15.3
5353 - run : pnpm install --filter with-svelte
5454 - name : E2E tests
5555 run : pnpm test:e2e
@@ -61,10 +61,10 @@ jobs:
6161 - uses : actions/checkout@v4
6262 - uses : actions/setup-node@v4
6363 with :
64- node-version : 18
64+ node-version : 20
6565 - uses : pnpm/action-setup@v4
6666 with :
67- version : 8 .15
67+ version : 9 .15.3
6868 - run : pnpm install --filter with-vue
6969 - name : Integration tests
7070 run : pnpm test:integration
@@ -79,10 +79,10 @@ jobs:
7979 - uses : actions/checkout@v4
8080 - uses : actions/setup-node@v4
8181 with :
82- node-version : 18
82+ node-version : 20
8383 - uses : pnpm/action-setup@v4
8484 with :
85- version : 8 .15
85+ version : 9 .15.3
8686 - run : pnpm install --filter with-jest
8787 - run : pnpm test --filter with-jest
8888
@@ -92,10 +92,10 @@ jobs:
9292 - uses : actions/checkout@v4
9393 - uses : actions/setup-node@v4
9494 with :
95- node-version : 18
95+ node-version : 20
9696 - uses : pnpm/action-setup@v4
9797 with :
98- version : 8 .15
98+ version : 9 .15.3
9999 - run : pnpm install --filter with-jest-jsdom
100100 - run : pnpm test --filter with-jest-jsdom
101101
@@ -105,10 +105,10 @@ jobs:
105105 - uses : actions/checkout@v4
106106 - uses : actions/setup-node@v4
107107 with :
108- node-version : 18
108+ node-version : 20
109109 - uses : pnpm/action-setup@v4
110110 with :
111- version : 8 .15
111+ version : 9 .15.3
112112 - run : pnpm install --filter with-vitest
113113 - run : pnpm test --filter with-vitest
114114
@@ -118,10 +118,10 @@ jobs:
118118 - uses : actions/checkout@v4
119119 - uses : actions/setup-node@v4
120120 with :
121- node-version : 18
121+ node-version : 20
122122 - uses : pnpm/action-setup@v4
123123 with :
124- version : 8 .15
124+ version : 9 .15.3
125125 - run : pnpm install --filter with-vitest-cjs
126126 - run : pnpm test --filter with-vitest-cjs
127127
@@ -131,10 +131,10 @@ jobs:
131131 - uses : actions/checkout@v4
132132 - uses : actions/setup-node@v4
133133 with :
134- node-version : 18
134+ node-version : 20
135135 - uses : pnpm/action-setup@v4
136136 with :
137- version : 8 .15
137+ version : 9 .15.3
138138 - run : pnpm install --filter with-playwright
139139 - run : pnpm test --filter with-playwright
140140
@@ -144,9 +144,9 @@ jobs:
144144 - uses : actions/checkout@v4
145145 - uses : actions/setup-node@v4
146146 with :
147- node-version : 18
147+ node-version : 20
148148 - uses : pnpm/action-setup@v4
149149 with :
150- version : 8 .15
150+ version : 9 .15.3
151151 - run : pnpm install --filter with-karma
152152 - run : pnpm test --filter with-karma
0 commit comments