Skip to content

Commit 644ebb6

Browse files
committed
chore: template-oss-apply
1 parent ee64bea commit 644ebb6

8 files changed

Lines changed: 3 additions & 42 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
@@ -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

.github/workflows/ci.yml

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

.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
@@ -42,10 +42,6 @@ jobs:
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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
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
}

0 commit comments

Comments
 (0)