Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add darwin arm64 napi #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add darwin arm64 napi #134

wants to merge 1 commit into from

Conversation

5aaee9
Copy link

@5aaee9 5aaee9 commented Jul 14, 2024

This PR fixed unable to get secrets on darwin arm64 pipeline

Error: Cannot find module '@bitwarden/sdk-napi-darwin-arm64'
Require stack:
- /Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/binding.js
- /Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/dist/bitwarden_client/index.js
- /Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/dist/index.js
- /Users/runner/work/_actions/bitwarden/sm-action/main/dist/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Module.require (node:internal/modules/cjs/loader:1233:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/binding.js:117:29)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12)
    at Module.require (node:internal/modules/cjs/loader:1233:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/binding.js',
    '/Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/dist/bitwarden_client/index.js',
    '/Users/runner/work/_actions/bitwarden/sm-action/main/dist/node_modules/@bitwarden/sdk-napi/dist/index.js',
    '/Users/runner/work/_actions/bitwarden/sm-action/main/dist/index.js'
  ]
}

Node.js v20.13.1

@5aaee9 5aaee9 requested a review from a team as a code owner July 14, 2024 13:31
@CLAassistant
Copy link

CLAassistant commented Jul 14, 2024

CLA assistant check
All committers have signed the CLA.

@bitwarden-bot
Copy link

Logo
Checkmarx One – Scan Summary & Detailsf92e8ac8-8ed4-445d-ae51-630d85f4fe38

No New Or Fixed Issues Found

@coltonhurst
Copy link
Member

coltonhurst commented Jul 17, 2024

Thanks @5aaee9 for your PR!

I've created the internal ticket SM-1340 to track this.

@elijahsh
Copy link

elijahsh commented Dec 8, 2024

Any news on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants