File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ 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
2222 - run : pnpm test:webpack4
@@ -27,10 +27,10 @@ jobs:
2727 - uses : actions/checkout@v3
2828 - uses : pnpm/action-setup@v2
2929 with :
30- version : 8.5 .0
30+ version : 8.12 .0
3131 - uses : actions/setup-node@v3
3232 with :
33- node-version : ' 18 '
33+ node-version : ' 20 '
3434 cache : ' pnpm'
3535 - run : pnpm install
3636 - run : pnpm test
@@ -41,10 +41,10 @@ jobs:
4141 - uses : actions/checkout@v3
4242 - uses : pnpm/action-setup@v2
4343 with :
44- version : 8.5 .0
44+ version : 8.12 .0
4545 - uses : actions/setup-node@v3
4646 with :
47- node-version : ' 18 '
47+ node-version : ' 20 '
4848 cache : ' pnpm'
4949 - run : pnpm install
5050 - run : pnpm test:match-resource
You can’t perform that action at this time.
0 commit comments