File tree 5 files changed +591
-513
lines changed
5 files changed +591
-513
lines changed Original file line number Diff line number Diff line change 12
12
with :
13
13
ref : ${{ github.head_ref }}
14
14
15
- - uses : actions/setup-node@v3
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 18
18
18
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
21
node-version : 18
22
22
- run : yarn --pure-lockfile
Original file line number Diff line number Diff line change 1
- v18
1
+ 20
Original file line number Diff line number Diff line change 6
6
" packages/*"
7
7
],
8
8
"devDependencies" : {
9
- "@changesets/changelog-github" : " 0.4.8 " ,
10
- "@changesets/cli" : " 2.26.2 " ,
9
+ "@changesets/changelog-github" : " 0.5.0 " ,
10
+ "@changesets/cli" : " 2.27.1 " ,
11
11
"jest" : " 29.7.0" ,
12
- "lerna" : " 7.3.0 " ,
13
- "prettier" : " 3.0.3 " ,
12
+ "lerna" : " 8.0.2 " ,
13
+ "prettier" : " 3.1.1 " ,
14
14
"rimraf" : " 5.0.5" ,
15
15
"ts-jest" : " 29.1.1" ,
16
- "ts-node" : " 10.9.1 " ,
17
- "typescript" : " 5.2.2 "
16
+ "ts-node" : " 10.9.2 " ,
17
+ "typescript" : " 5.3.3 "
18
18
},
19
19
"dependencies" : {},
20
20
"scripts" : {
You can’t perform that action at this time.
0 commit comments