Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: pnpm --filter @spool-lab/connector-sdk build
- run: pnpm --filter @spool-lab/core build
- run: pnpm --filter @spool-lab/core test
Expand All @@ -46,6 +48,8 @@ jobs:
cache: pnpm

- name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
run: pnpm install --frozen-lockfile

- name: Build SDK
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
cache: pnpm

- name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
run: pnpm install --frozen-lockfile

- name: Build app (arm64 DMG + ZIP)
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
cache: pnpm

- name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
run: pnpm install --frozen-lockfile

- name: Build app (AppImage + tar.gz)
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@void-sdk:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}