Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Apr 16, 2024
1 parent e2af2d8 commit 6540a7c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
engine-strict=true
resolution-mode=highest
@holo-host:registry=https://npm.pkg.github.com
1 change: 0 additions & 1 deletion holo-key-manager-js-client/.npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion holo-key-manager-js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "holo-key-manager-js-client",
"name": "@holo-host/holo-key-manager-js-client",
"version": "0.0.1",
"description": "A JavaScript client API for managing Holo keys",
"main": "lib/index.js",
Expand Down

0 comments on commit 6540a7c

Please sign in to comment.