File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " scan-chart " : patch
3
+ ---
4
+
5
+ Fix pnpm build
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - " ** "
5
+ - ' ** '
6
6
7
7
jobs :
8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - uses : pnpm/action-setup@v2
12
+ - uses : pnpm/action-setup@v4
13
13
with :
14
14
version : 7
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : 18.x
18
- cache : " pnpm"
18
+ cache : ' pnpm'
19
19
20
20
- run : pnpm install --no-frozen-lockfile
21
21
- run : pnpm run lint && pnpm run build
Original file line number Diff line number Diff line change 1
1
name : Publish
2
2
on :
3
3
workflow_run :
4
- workflows : ["CI" ]
4
+ workflows : ['CI' ]
5
5
types :
6
6
- completed
7
7
push :
8
8
branches :
9
- - " master"
9
+ - ' master'
10
10
11
11
concurrency : ${{ github.workflow }}-${{ github.ref }}
12
12
@@ -16,13 +16,13 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : pnpm/action-setup@v2
19
+ - uses : pnpm/action-setup@v4
20
20
with :
21
21
version : 7
22
22
- uses : actions/setup-node@v3
23
23
with :
24
24
node-version : 18.x
25
- cache : " pnpm"
25
+ cache : ' pnpm'
26
26
27
27
- run : pnpm install --no-frozen-lockfile
28
28
- name : Create Release Pull Request or Publish
You can’t perform that action at this time.
0 commit comments