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 7
7
format :
8
8
name : Format
9
9
runs-on : ubuntu-22.04
10
- strategy :
11
- matrix :
12
- node-version : [lts]
13
10
steps :
14
11
- uses : actions/checkout@v4
12
+ - uses : actions/setup-node@v4
13
+ with :
14
+ node-version : 22
15
15
- name : Install pnpm
16
16
uses : pnpm/action-setup@v4
17
17
- name : Use Node.js ${{ matrix.node-version }}
@@ -26,11 +26,11 @@ jobs:
26
26
test :
27
27
name : Test
28
28
runs-on : ubuntu-22.04
29
- strategy :
30
- matrix :
31
- node-version : [lts]
32
29
steps :
33
30
- uses : actions/checkout@v4
31
+ - uses : actions/setup-node@v4
32
+ with :
33
+ node-version : 22
34
34
- name : Install pnpm
35
35
uses : pnpm/action-setup@v4
36
36
- name : Use Node.js ${{ matrix.node-version }}
@@ -46,11 +46,11 @@ jobs:
46
46
build :
47
47
name : Build
48
48
runs-on : ubuntu-22.04
49
- strategy :
50
- matrix :
51
- node-version : [lts]
52
49
steps :
53
50
- uses : actions/checkout@v4
51
+ - uses : actions/setup-node@v4
52
+ with :
53
+ node-version : 22
54
54
- name : Install pnpm
55
55
uses : pnpm/action-setup@v4
56
56
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 9
9
publish :
10
10
name : Format
11
11
runs-on : ubuntu-22.04
12
- strategy :
13
- matrix :
14
- node-version : [lts]
12
+
15
13
steps :
16
14
- uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
+ with :
17
+ node-version : 22
17
18
- name : Install pnpm
18
19
uses : pnpm/action-setup@v4
19
20
- name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments