Skip to content

Commit

Permalink
Fix napi
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 4, 2024
1 parent cfc5e10 commit 3afbf8d
Show file tree
Hide file tree
Showing 3 changed files with 1,331 additions and 22 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18
cache: "npm"
cache-dependency-path: crates/infisical-napi/package-lock.json

#cache: "npm"
#cache-dependency-path: languages/node/package-lock.json

- name: Install rust
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # stable
Expand Down
5 changes: 5 additions & 0 deletions languages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"ts-node": "10.9.1",
"typescript": "^5.0.0"
},

"dependencies": {
"tinyify": "4.0.0"
},

"engines": {
"node": ">= 10"
},
Expand Down
Loading

0 comments on commit 3afbf8d

Please sign in to comment.