Skip to content

Commit ffe1895

Browse files
chore: bump @npmcli/template-oss from 3.1.2 to 3.2.0 (#113)
* chore: bump @npmcli/template-oss from 3.1.2 to 3.2.0 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gar <[email protected]>
1 parent 4d7ea99 commit ffe1895

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Update npm to latest
2424
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
2525
- run: npm -v
26-
- run: npm i --package-lock
26+
- run: npm i --ignore-scripts --package-lock
2727
- run: npm audit

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Update npm to latest
3131
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3232
- run: npm -v
33-
- run: npm i
33+
- run: npm i --ignore-scripts
3434
- run: npm run lint
3535

3636
test:
@@ -82,5 +82,5 @@ jobs:
8282
if: ${{ !startsWith(matrix.node-version, '10.') }}
8383
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8484
- run: npm -v
85-
- run: npm i
85+
- run: npm i --ignore-scripts
8686
- run: npm test --ignore-scripts

.github/workflows/post-dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: |
3838
gh pr checkout ${{ github.event.pull_request.number }}
39-
npm install --no-scripts
39+
npm install --ignore-scripts
4040
npm run template-oss-apply
4141
git add .
4242
git commit -am "chore: postinstall for dependabot template-oss PR"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@npmcli/eslint-config": "^3.0.1",
47-
"@npmcli/template-oss": "3.1.2",
47+
"@npmcli/template-oss": "3.2.0",
4848
"cacache": "^16.0.2",
4949
"nock": "^13.2.4",
5050
"require-inject": "^1.4.4",
@@ -60,6 +60,6 @@
6060
},
6161
"templateOSS": {
6262
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "3.1.2"
63+
"version": "3.2.0"
6464
}
6565
}

0 commit comments

Comments
 (0)