Skip to content

Commit cc57229

Browse files
committed
chore: template-oss-apply
1 parent 6e34dd8 commit cc57229

8 files changed

Lines changed: 2 additions & 41 deletions

File tree

.github/workflows/audit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
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

.github/workflows/ci-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
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
@@ -97,10 +93,6 @@ jobs:
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

.github/workflows/post-dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
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

.github/workflows/pull-request.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
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

.github/workflows/release-integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
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
}

0 commit comments

Comments
 (0)