Skip to content

Commit 2ef1bef

Browse files
committed
Update version to 3.0.1 in package.json and package-lock.json; remove npm update step from GitHub Actions workflow
1 parent 1c36262 commit 2ef1bef

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
node-version: "24"
2121
registry-url: "https://registry.npmjs.org"
2222

23-
# Ensure npm 11.5.1 or later is installed
24-
- name: Update npm
25-
run: npm install -g npm@latest
2623
- run: npm ci
2724
- run: npm test
2825
- run: npm publish

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-microcms",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Source plugin for Gatsby from microCMS.",
55
"main": "gatsby-node.js",
66
"license": "MIT",
@@ -40,4 +40,4 @@
4040
"gatsby-source-plugin",
4141
"microCMS"
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)