Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shakibhasan09 committed Sep 5, 2024
1 parent 8584249 commit 1b65d91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
node-version: 20.x

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8.15.6

- name: Install Dependencies
run: pnpm install

Expand Down
3 changes: 3 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"dayjs": "^1.11.13",
"node-rsa": "^1.1.1",
"stripe": "^16.8.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1b65d91

Please sign in to comment.