File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 node-version : 22.x
3434 check-latest : contains('22.x', '.x')
35- - name : Install Latest npm
36- uses : ./.github/actions/install-latest-npm
37- with :
38- node : ${{ steps.node.outputs.node-version }}
3935 - name : Install Dependencies
4036 run : npm i --ignore-scripts --no-audit --no-fund --package-lock
4137 - name : Run Production Audit
Original file line number Diff line number Diff line change 5353 with :
5454 node-version : 22.x
5555 check-latest : contains('22.x', '.x')
56- - name : Install Latest npm
57- uses : ./.github/actions/install-latest-npm
58- with :
59- node : ${{ steps.node.outputs.node-version }}
6056 - name : Install Dependencies
6157 run : npm i --ignore-scripts --no-audit --no-fund
6258 - name : Lint
@@ -131,10 +127,6 @@ jobs:
131127 with :
132128 node-version : ${{ matrix.node-version }}
133129 check-latest : contains(matrix.node-version, '.x')
134- - name : Install Latest npm
135- uses : ./.github/actions/install-latest-npm
136- with :
137- node : ${{ steps.node.outputs.node-version }}
138130 - name : Install Dependencies
139131 run : npm i --ignore-scripts --no-audit --no-fund
140132 - name : Add Problem Matcher
Original file line number Diff line number Diff line change 3636 with :
3737 node-version : 22.x
3838 check-latest : contains('22.x', '.x')
39- - name : Install Latest npm
40- uses : ./.github/actions/install-latest-npm
41- with :
42- node : ${{ steps.node.outputs.node-version }}
4339 - name : Install Dependencies
4440 run : npm i --ignore-scripts --no-audit --no-fund
4541 - name : Lint
9793 with :
9894 node-version : ${{ matrix.node-version }}
9995 check-latest : contains(matrix.node-version, '.x')
100- - name : Install Latest npm
101- uses : ./.github/actions/install-latest-npm
102- with :
103- node : ${{ steps.node.outputs.node-version }}
10496 - name : Install Dependencies
10597 run : npm i --ignore-scripts --no-audit --no-fund
10698 - name : Add Problem Matcher
Original file line number Diff line number Diff line change 3030 with :
3131 node-version : 22.x
3232 check-latest : contains('22.x', '.x')
33- - name : Install Latest npm
34- uses : ./.github/actions/install-latest-npm
35- with :
36- node : ${{ steps.node.outputs.node-version }}
3733 - name : Install Dependencies
3834 run : npm i --ignore-scripts --no-audit --no-fund
3935 - name : Fetch Dependabot Metadata
Original file line number Diff line number Diff line change 3636 with :
3737 node-version : 22.x
3838 check-latest : contains('22.x', '.x')
39- - name : Install Latest npm
40- uses : ./.github/actions/install-latest-npm
41- with :
42- node : ${{ steps.node.outputs.node-version }}
4339 - name : Install Dependencies
4440 run : npm i --ignore-scripts --no-audit --no-fund
4541 - name : Run Commitlint on Commits
Original file line number Diff line number Diff line change 4747 with :
4848 node-version : 22.x
4949 check-latest : contains('22.x', '.x')
50- - name : Install Latest npm
51- uses : ./.github/actions/install-latest-npm
52- with :
53- node : ${{ steps.node.outputs.node-version }}
5450 - name : Install Dependencies
5551 run : npm i --ignore-scripts --no-audit --no-fund
5652 - name : Set npm authToken
Original file line number Diff line number Diff line change 4141 with :
4242 node-version : 22.x
4343 check-latest : contains('22.x', '.x')
44- - name : Install Latest npm
45- uses : ./.github/actions/install-latest-npm
46- with :
47- node : ${{ steps.node.outputs.node-version }}
4844 - name : Install Dependencies
4945 run : npm i --ignore-scripts --no-audit --no-fund
5046 - name : Release Please
@@ -121,10 +117,6 @@ jobs:
121117 with :
122118 node-version : 22.x
123119 check-latest : contains('22.x', '.x')
124- - name : Install Latest npm
125- uses : ./.github/actions/install-latest-npm
126- with :
127- node : ${{ steps.node.outputs.node-version }}
128120 - name : Install Dependencies
129121 run : npm i --ignore-scripts --no-audit --no-fund
130122 - name : Create Release Manager Checklist Text
Original file line number Diff line number Diff line change 6161 "templateOSS" : {
6262 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
6363 "version" : " 4.30.0" ,
64- "publish" : true
64+ "publish" : true ,
65+ "updateNpm" : false
6566 }
6667}
You can’t perform that action at this time.
0 commit comments