Skip to content

Commit 8892cc8

Browse files
Prepare for v1.1.2 (#199)
* Prepare for v1.1.2 * Add registry-url --------- Co-authored-by: nirinchev <[email protected]> Co-authored-by: Nikola Irinchev <[email protected]>
1 parent 6b72614 commit 8892cc8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: 20.x
18+
registry-url: 'https://registry.npmjs.org'
1819

1920
- name: Install Dependencies
2021
run: npm ci --ignore-engines

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/oidc-plugin",
16-
"version": "1.1.1",
16+
"version": "1.1.2",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/oidc-plugin.git"

0 commit comments

Comments
 (0)