File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : google-github-actions/release-please-action@v4
16
16
id : release
17
- with :
18
- release-type : node
19
17
# The logic below handles the npm publication:
20
18
- name : Checkout Repository
21
19
# these if statements ensure that a publication only occurs when
26
24
uses : actions/setup-node@v4
27
25
if : ${{ steps.release.outputs.releases_created }}
28
26
with :
29
- node-version : 18
27
+ node-version : ' lts/* '
30
28
registry-url : ' https://registry.npmjs.org'
31
29
- name : Install Dependencies
32
30
run : npm ci
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : {
3
3
"." : {
4
- "package-name" : " "
4
+ "initial-version" : " 1.2.1" ,
5
+ "package-name" : " highlightjs-apex"
5
6
}
6
7
},
7
8
"release-type" : " node" ,
8
9
"prerelease" : false ,
9
- "prerelease-type" : " " ,
10
- "initial-version" : " 1.2.1" ,
11
10
"versioning" : " default" ,
12
11
"bump-minor-pre-major" : false ,
13
12
"bump-patch-for-minor-pre-major" : false ,
You can’t perform that action at this time.
0 commit comments