File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
6969 env :
7070 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
7171 - name : Install Node.js ${{ matrix.node-version }}
72- uses : actions/setup-node@v3
72+ uses : actions/setup-node@v4
7373 with :
7474 node-version : ${{ matrix.node-version }}
7575 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments