Skip to content

Commit 1cfd799

Browse files
committed
Version bump
1 parent 0d07ca2 commit 1cfd799

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org/'
2525
cache: 'npm'
2626

27+
- name: Upgrade npm for OIDC trusted publishing
28+
run: npm install -g npm@latest
29+
2730
- name: Install dependencies cleanly
2831
run: npm ci
2932

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "metafetch",
33
"description": "Metafetch fetches a given URL's title, description, images, links etc.",
4-
"version": "5.0.3",
4+
"version": "5.0.4",
55
"homepage": "https://github.com/brahma-dev/metafetch",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)