Skip to content

Commit 80748b4

Browse files
ci: update GitHub template files
1 parent 738639a commit 80748b4

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1717

1818
- name: Setup Node
19-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
node-version: 20
2222
cache: "pnpm"

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
5757

5858
- name: Setup Node
59-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
59+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6060
with:
6161
node-version: ${{ env.NODE_VERSION }}
6262
cache: "pnpm"
@@ -66,10 +66,10 @@ jobs:
6666

6767
- name: Create Release Pull Request
6868
id: changesets
69-
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
69+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
7070
with:
7171
commit: "ci: release"
72-
title: "ci: release"
72+
title: "ci: release [skip netlify]"
7373
env:
7474
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
7575
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -105,7 +105,7 @@ jobs:
105105
needs.changesets.outputs.hasChangesets == 'false' &&
106106
(
107107
contains(github.event.head_commit.message, 'deploy') ||
108-
contains(github.event.head_commit.message, 'ci: release')
108+
contains(github.event.head_commit.message, 'release')
109109
)
110110
) ||
111111
github.event_name == 'workflow_dispatch'
@@ -120,7 +120,7 @@ jobs:
120120
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
121121

122122
- name: Setup Node
123-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
123+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
124124
with:
125125
node-version: ${{ env.NODE_VERSION }}
126126
cache: "pnpm"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"starlight-links-validator": "^0.14.3",
3636
"starlight-plugin-show-latest-version": "workspace:*"
3737
},
38-
"packageManager": "pnpm@9.6.0",
38+
"packageManager": "pnpm@10.10.0",
3939
"engines": {
4040
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
4141
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "3.5.3",
2525
"prettier-plugin-astro": "0.14.1"
2626
},
27-
"packageManager": "pnpm@9.6.0",
27+
"packageManager": "pnpm@10.10.0",
2828
"engines": {
2929
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
3030
}

packages/starlight-plugin-show-latest-version/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
"version"
1010
],
1111
"homepage": "https://github.com/trueberryless-org/starlight-plugin-show-latest-version",
12-
"bugs": "https://github.com/trueberryless-org/starlight-plugin-show-latest-version/issues",
12+
"bugs": {
13+
"url": "https://github.com/trueberryless-org/starlight-plugin-show-latest-version/issues"
14+
},
1315
"repository": {
1416
"type": "git",
1517
"url": "https://github.com/trueberryless-org/starlight-plugin-show-latest-version.git",
1618
"directory": "packages/starlight-plugin-show-latest-version"
1719
},
1820
"license": "MIT",
19-
"author": "trueberryless-org",
21+
"author": "trueberryless <[email protected]> (https://trueberryless.org)",
2022
"type": "module",
2123
"exports": {
2224
".": "./index.ts",

0 commit comments

Comments
 (0)