File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 55 name : Build & test
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v4
99 - uses : pnpm/action-setup@v4
10+ with :
11+ version : 8
1012 - name : Use Node.js ${{ matrix.node-version }}
11- uses : actions/setup-node@v2
13+ uses : actions/setup-node@v4
1214 with :
1315 node-version : ${{ matrix.node-version }}
1416 cache : ' pnpm'
Original file line number Diff line number Diff line change 66 env :
77 CI_JOB_NUMBER : 1
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - uses : pnpm/action-setup@v4
11+ with :
12+ version : 8
13+ - uses : actions/setup-node@v4
14+ with :
15+ node-version : 20.x
16+ cache : ' pnpm'
17+ - run : pnpm install
1118 - uses : andresz1/size-limit-action@v1
1219 with :
1320 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments