File tree 6 files changed +10139
-7311
lines changed
6 files changed +10139
-7311
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
release :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
- - uses : actions/setup-node@v3
17
- with :
18
- node-version : 18
16
+ - uses : actions/setup-node@v4
17
+
18
+ - run : corepack enable
19
19
20
20
- run : yarn install
21
21
Original file line number Diff line number Diff line change 5
5
test :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@v4
9
9
10
- - uses : actions/setup-node@v3
11
- with :
12
- node-version : 18
10
+ - uses : actions/setup-node@v4
11
+
12
+ - run : corepack enable
13
13
14
14
- run : yarn install
15
15
@@ -22,11 +22,11 @@ jobs:
22
22
build :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
- - uses : actions/setup-node@v3
28
- with :
29
- node-version : 18
27
+ - uses : actions/setup-node@v4
28
+
29
+ - run : corepack enable
30
30
31
31
- run : yarn install
32
32
@@ -35,11 +35,11 @@ jobs:
35
35
lint :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
- - uses : actions/setup-node@v3
41
- with :
42
- node-version : 18
40
+ - uses : actions/setup-node@v4
41
+
42
+ - run : corepack enable
43
43
44
44
- run : yarn install
45
45
Original file line number Diff line number Diff line change 1
- # Directories
1
+ .yarn
2
+ coverage
2
3
lib-esm
3
4
lib-cjs
4
5
node_modules
5
- coverage
Original file line number Diff line number Diff line change
1
+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 69
69
},
70
70
"volta" : {
71
71
"node" : " 18.15.0"
72
- }
72
+ },
73
+ "packageManager" : " yarn@4.6.0"
73
74
}
You can’t perform that action at this time.
0 commit comments