Skip to content

Commit 6b85ba2

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent 9857ef1 commit 6b85ba2

File tree

7 files changed

+19
-23
lines changed

7 files changed

+19
-23
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: actions/setup-node@v3
2828
id: node
2929
with:
30-
node-version: 18.x
31-
check-latest: contains('18.x', '.x')
30+
node-version: 20.x
31+
check-latest: contains('20.x', '.x')
3232

3333
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3434
- name: Update Windows npm

.github/workflows/ci-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
uses: actions/setup-node@v3
8383
id: node
8484
with:
85-
node-version: 18.x
86-
check-latest: contains('18.x', '.x')
85+
node-version: 20.x
86+
check-latest: contains('20.x', '.x')
8787

8888
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
8989
- name: Update Windows npm
@@ -165,6 +165,7 @@ jobs:
165165
- 16.x
166166
- 18.0.0
167167
- 18.x
168+
- 20.x
168169
runs-on: ${{ matrix.platform.os }}
169170
defaults:
170171
run:

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
uses: actions/setup-node@v3
3333
id: node
3434
with:
35-
node-version: 18.x
36-
check-latest: contains('18.x', '.x')
35+
node-version: 20.x
36+
check-latest: contains('20.x', '.x')
3737

3838
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3939
- name: Update Windows npm
@@ -108,6 +108,7 @@ jobs:
108108
- 16.x
109109
- 18.0.0
110110
- 18.x
111+
- 20.x
111112
runs-on: ${{ matrix.platform.os }}
112113
defaults:
113114
run:

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: actions/setup-node@v3
2929
id: node
3030
with:
31-
node-version: 18.x
32-
check-latest: contains('18.x', '.x')
31+
node-version: 20.x
32+
check-latest: contains('20.x', '.x')
3333

3434
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3535
- name: Update Windows npm

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: actions/setup-node@v3
3232
id: node
3333
with:
34-
node-version: 18.x
35-
check-latest: contains('18.x', '.x')
34+
node-version: 20.x
35+
check-latest: contains('20.x', '.x')
3636

3737
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3838
- name: Update Windows npm

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
uses: actions/setup-node@v3
4646
id: node
4747
with:
48-
node-version: 18.x
49-
check-latest: contains('18.x', '.x')
48+
node-version: 20.x
49+
check-latest: contains('20.x', '.x')
5050

5151
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
5252
- name: Update Windows npm
@@ -202,8 +202,8 @@ jobs:
202202
uses: actions/setup-node@v3
203203
id: node
204204
with:
205-
node-version: 18.x
206-
check-latest: contains('18.x', '.x')
205+
node-version: 20.x
206+
check-latest: contains('20.x', '.x')
207207

208208
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
209209
- name: Update Windows npm
@@ -426,7 +426,7 @@ jobs:
426426
- name: Publish
427427
env:
428428
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
429-
run: npm publish --provenance
429+
run: npm publish --provenance --tag=latest
430430

431431
post-release-integration:
432432
needs: [ release, release-integration ]

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@
5454
},
5555
"templateOSS": {
5656
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
57-
"version": "4.18.1",
58-
"publish": "true",
59-
"ciVersions": [
60-
"16.14.0",
61-
"16.x",
62-
"18.0.0",
63-
"18.x"
64-
]
57+
"version": "4.19.0",
58+
"publish": "true"
6559
}
6660
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy