This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 77 format :
88 name : Format
99 runs-on : ubuntu-22.04
10- strategy :
11- matrix :
12- node-version : [lts]
1310 steps :
1411 - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
13+ with :
14+ node-version : 22
1515 - name : Install pnpm
1616 uses : pnpm/action-setup@v4
1717 - name : Use Node.js ${{ matrix.node-version }}
@@ -26,11 +26,11 @@ jobs:
2626 test :
2727 name : Test
2828 runs-on : ubuntu-22.04
29- strategy :
30- matrix :
31- node-version : [lts]
3229 steps :
3330 - uses : actions/checkout@v4
31+ - uses : actions/setup-node@v4
32+ with :
33+ node-version : 22
3434 - name : Install pnpm
3535 uses : pnpm/action-setup@v4
3636 - name : Use Node.js ${{ matrix.node-version }}
@@ -46,11 +46,11 @@ jobs:
4646 build :
4747 name : Build
4848 runs-on : ubuntu-22.04
49- strategy :
50- matrix :
51- node-version : [lts]
5249 steps :
5350 - uses : actions/checkout@v4
51+ - uses : actions/setup-node@v4
52+ with :
53+ node-version : 22
5454 - name : Install pnpm
5555 uses : pnpm/action-setup@v4
5656 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 99 publish :
1010 name : Format
1111 runs-on : ubuntu-22.04
12- strategy :
13- matrix :
14- node-version : [lts]
12+
1513 steps :
1614 - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
16+ with :
17+ node-version : 22
1718 - name : Install pnpm
1819 uses : pnpm/action-setup@v4
1920 - name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments