File tree 3 files changed +2060
-1446
lines changed
3 files changed +2060
-1446
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
- # Automatically cancel in-progress actions on the same branch
10
9
concurrency :
11
10
group : ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
12
11
cancel-in-progress : true
@@ -16,17 +15,15 @@ jobs:
16
15
name : Build Packages
17
16
runs-on : ubuntu-latest
18
17
steps :
19
- - uses : actions/checkout@v3
20
- - uses : pnpm/action-setup@v2.2.1
21
- - uses : actions/setup-node@v3
18
+ - uses : actions/checkout@v4
19
+ - uses : pnpm/action-setup@v3
20
+ - uses : actions/setup-node@v4
22
21
with :
23
- node-version : 18
22
+ node-version : 20
24
23
cache : ' pnpm'
25
- - if : ${{ steps.cache-node.outputs.cache-hit != 'true' }}
26
- run : pnpm install
27
-
24
+ - run : pnpm install
28
25
- uses : changesets/action@v1
29
- if : ${{ github.event_name !== 'pull_request' }}
26
+ if : ${{ github.event_name != 'pull_request' }}
30
27
with :
31
28
publish : pnpm changeset publish
32
29
commit : ' [ci] release'
Original file line number Diff line number Diff line change 20
20
"volta" : {
21
21
"node" : " 18.16.0"
22
22
},
23
- "packageManager" : " pnpm@7.6.0 " ,
23
+ "packageManager" : " pnpm@8.15.3 " ,
24
24
"dependencies" : {
25
25
"@changesets/cli" : " ^2.18.1" ,
26
26
"@changesets/changelog-github" : " ^0.4.2"
27
27
},
28
28
"devDependencies" : {
29
29
"prettier" : " ^2.5.0"
30
30
}
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments