File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ jobs:
1313 - uses : actions/checkout@v3
1414 - uses : pnpm/action-setup@v2
1515 with :
16- version : 8.5 .0
16+ version : 8.12 .0
1717 - uses : actions/setup-node@v3
1818 with :
19- node-version : ' 18 '
19+ node-version : ' 16 '
2020 cache : ' pnpm'
2121 - run : pnpm install
22+ - run : pnpm pretest:webpack4
2223 - run : pnpm test:webpack4
2324
2425 test-webpack5 :
@@ -27,12 +28,13 @@ jobs:
2728 - uses : actions/checkout@v3
2829 - uses : pnpm/action-setup@v2
2930 with :
30- version : 8.5 .0
31+ version : 8.12 .0
3132 - uses : actions/setup-node@v3
3233 with :
33- node-version : ' 18 '
34+ node-version : ' 20 '
3435 cache : ' pnpm'
3536 - run : pnpm install
37+ - run : pnpm pretest
3638 - run : pnpm test
3739
3840 test-webpack5-inline-match-resource :
@@ -41,10 +43,11 @@ jobs:
4143 - uses : actions/checkout@v3
4244 - uses : pnpm/action-setup@v2
4345 with :
44- version : 8.5 .0
46+ version : 8.12 .0
4547 - uses : actions/setup-node@v3
4648 with :
47- node-version : ' 18 '
49+ node-version : ' 20 '
4850 cache : ' pnpm'
4951 - run : pnpm install
52+ - run : pnpm pretest:match-resource
5053 - run : pnpm test:match-resource
You can’t perform that action at this time.
0 commit comments