Skip to content

Commit b5ee307

Browse files
chore: align npm metadata with trusted publishing
1 parent 39facfc commit b5ee307

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
29-
node-version: '22.14.0'
29+
node-version: '24'
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Setup Bun

packages/astro-gravatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"license": "MIT",
6666
"repository": {
6767
"type": "git",
68-
"url": "git+https://github.com/imjlk/astro-gravatar.git",
68+
"url": "https://github.com/imjlk/astro-gravatar",
6969
"directory": "packages/astro-gravatar"
7070
},
7171
"bugs": {

0 commit comments

Comments
 (0)