File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
1313 - name : Install Node.js
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v4
1515 with :
1616 node-version : 18
1717
18- - uses : pnpm/action-setup@v2
18+ - uses : pnpm/action-setup@v4
1919 name : Install pnpm
2020 with :
2121 version : 8
2626 run : |
2727 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2828
29- - uses : actions/cache@v3
29+ - uses : actions/cache@v4
3030 name : Setup pnpm cache
3131 with :
3232 path : ${{ env.STORE_PATH }}
5656 cd packages/e2e
5757 npx playwright test
5858
59- - uses : actions/upload-artifact@v3
59+ - uses : actions/upload-artifact@v4
6060 name : Upload report
6161 with :
6262 name : playwright-report
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Install Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
1717 node-version : 20
1818
19- - uses : pnpm/action-setup@v2
19+ - uses : pnpm/action-setup@v4
2020 name : Install pnpm
2121 with :
2222 version : 8
2727 run : |
2828 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2929
30- - uses : actions/cache@v3
30+ - uses : actions/cache@v4
3131 name : Setup pnpm cache
3232 with :
3333 path : ${{ env.STORE_PATH }}
5757 cd packages/e2e
5858 npx playwright test
5959
60- - uses : actions/upload-artifact@v3
60+ - uses : actions/upload-artifact@v4
6161 name : Upload report
6262 with :
6363 name : playwright-report
@@ -70,15 +70,15 @@ jobs:
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v3
73+ uses : actions/checkout@v4
7474
7575 - name : Install Node.js
76- uses : actions/setup-node@v3
76+ uses : actions/setup-node@v4
7777 with :
7878 node-version : 20
7979 registry-url : https://registry.npmjs.org/
8080
81- - uses : pnpm/action-setup@v2
81+ - uses : pnpm/action-setup@v4
8282 name : Install pnpm
8383 with :
8484 version : 8
8989 run : |
9090 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
9191
92- - uses : actions/cache@v3
92+ - uses : actions/cache@v4
9393 name : Setup pnpm cache
9494 with :
9595 path : ${{ env.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments