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 @@ -14,11 +14,11 @@ jobs:
1414 - name : Checkout the repository
1515 uses : actions/checkout@v4
1616 - name : Install pnpm
17- uses : pnpm/action-setup@v2
17+ uses : pnpm/action-setup@v3
1818 with :
1919 version : 8
2020 - name : Install Node.js
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 node-version : 20
2424 cache : pnpm
@@ -38,11 +38,11 @@ jobs:
3838 - name : Checkout the repository
3939 uses : actions/checkout@v4
4040 - name : Install pnpm
41- uses : pnpm/action-setup@v2
41+ uses : pnpm/action-setup@v3
4242 with :
4343 version : 8
4444 - name : Install Node.js ${{ matrix.node-version }}
45- uses : actions/setup-node@v3
45+ uses : actions/setup-node@v4
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 cache : pnpm
@@ -57,11 +57,11 @@ jobs:
5757 - name : Checkout the repository
5858 uses : actions/checkout@v4
5959 - name : Install pnpm
60- uses : pnpm/action-setup@v2
60+ uses : pnpm/action-setup@v3
6161 with :
6262 version : 7
6363 - name : Install Node.js 14
64- uses : actions/setup-node@v3
64+ uses : actions/setup-node@v4
6565 with :
6666 node-version : 14
6767 cache : pnpm
You can’t perform that action at this time.
0 commit comments