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
@@ -128,10 +124,6 @@ jobs:
128124 with :
129125 node-version : ${{ matrix.node-version }}
130126 check-latest : contains(matrix.node-version, '.x')
131- - name : Install Latest npm
132- uses : ./.github/actions/install-latest-npm
133- with :
134- node : ${{ steps.node.outputs.node-version }}
135127 - name : Install Dependencies
136128 run : npm i --ignore-scripts --no-audit --no-fund
137129 - name : Add Problem Matcher
Original file line number Diff line number Diff line change 3737 with :
3838 node-version : 22.x
3939 check-latest : contains('22.x', '.x')
40- - name : Install Latest npm
41- uses : ./.github/actions/install-latest-npm
42- with :
43- node : ${{ steps.node.outputs.node-version }}
4440 - name : Install Dependencies
4541 run : npm i --ignore-scripts --no-audit --no-fund
4642 - name : Lint
9591 with :
9692 node-version : ${{ matrix.node-version }}
9793 check-latest : contains(matrix.node-version, '.x')
98- - name : Install Latest npm
99- uses : ./.github/actions/install-latest-npm
100- with :
101- node : ${{ steps.node.outputs.node-version }}
10294 - name : Install Dependencies
10395 run : npm i --ignore-scripts --no-audit --no-fund
10496 - 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 4242 with :
4343 node-version : 22.x
4444 check-latest : contains('22.x', '.x')
45- - name : Install Latest npm
46- uses : ./.github/actions/install-latest-npm
47- with :
48- node : ${{ steps.node.outputs.node-version }}
4945 - name : Install Dependencies
5046 run : npm i --ignore-scripts --no-audit --no-fund
5147 - name : Release Please
@@ -122,10 +118,6 @@ jobs:
122118 with :
123119 node-version : 22.x
124120 check-latest : contains('22.x', '.x')
125- - name : Install Latest npm
126- uses : ./.github/actions/install-latest-npm
127- with :
128- node : ${{ steps.node.outputs.node-version }}
129121 - name : Install Dependencies
130122 run : npm i --ignore-scripts --no-audit --no-fund
131123 - name : Create Release Manager Checklist Text
Original file line number Diff line number Diff line change 7373 },
7474 "templateOSS" : {
7575 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
76- "version" : " 4.29 .0" ,
76+ "version" : " 4.30 .0" ,
7777 "windowsCI" : false ,
78- "publish" : " true"
78+ "publish" : " true" ,
79+ "updateNpm" : false
7980 }
8081}
You can’t perform that action at this time.
0 commit comments