File tree Expand file tree Collapse file tree 4 files changed +21
-10
lines changed
Expand file tree Collapse file tree 4 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 build :
1316 runs-on : ubuntu-latest
1417 steps :
1518 - uses : actions/checkout@v4
1619 - uses : actions/setup-node@v4
1720 with :
18- node-version : ' 20 '
19- cache : ' npm'
21+ node-version : " 20 "
22+ cache : " npm"
2023
2124 - name : Install dependencies
2225 run : npm ci
@@ -31,14 +34,13 @@ jobs:
3134 - uses : actions/checkout@v4
3235 - uses : actions/setup-node@v4
3336 with :
34- node-version : ' 20 '
35- cache : ' npm'
37+ node-version : " 20 "
38+ cache : " npm"
3639
3740 - name : Install dependencies
3841 run : npm ci
3942
40- -
41- # Required for the package command tests to work
43+ - # Required for the package command tests to work
4244 name : Set up Docker Buildx
4345 uses : docker/setup-buildx-action@v3
4446
5254 - uses : actions/checkout@v4
5355 - uses : actions/setup-node@v4
5456 with :
55- node-version : ' 20 '
56- cache : ' npm'
57+ node-version : " 20 "
58+ cache : " npm"
5759
5860 - name : Install dependencies
5961 run : npm ci
6870 - uses : actions/checkout@v4
6971 - uses : actions/setup-node@v4
7072 with :
71- node-version : ' 20 '
72- cache : ' npm'
73+ node-version : " 20 "
74+ cache : " npm"
7375
7476 - name : Install dependencies
7577 run : npm ci
Original file line number Diff line number Diff line change 77 - edited
88 - synchronize
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 main :
1215 name : Validate PR title
Original file line number Diff line number Diff line change 44 tags :
55 - " v*.*.*"
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 publish :
912 name : Publish to npm
Original file line number Diff line number Diff line change 44 branches :
55 - main
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 release-please :
912 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments