Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jul 22, 2024
1 parent e2f6db3 commit fa30762
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
with:
node-version: ${{ matrix.nodeVersion }}

- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Bootstrap Packages
run: yarn workspaces run bootstrap
if: github.workspace == 'true'

- name: Find Package
id: find_package
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"@nostrwatch/nocap-dns-adapter-default": "^1.0.3",
"@nostrwatch/nocap-geo-adapter-default": "^1.0.4",
"@nostrwatch/nocap-geo-adapter-default": "1.0.4",
"@nostrwatch/nocap-info-adapter-default": "^1.0.1",
"@nostrwatch/nocap-ssl-adapter-default": "^1.0.2",
"@nostrwatch/nocap-websocket-adapter-default": "^1.3.1",
Expand Down

0 comments on commit fa30762

Please sign in to comment.