Skip to content

Commit

Permalink
Pnpm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 19, 2024
1 parent 1e0f76c commit af13434
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,22 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3


- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-24.05

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: holochain-ci

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: holochain-open-dev

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: darksoil-studio

Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@darksoil-studio/notifications": "github:darksoil-studio/notifications#d23ad31d94ad18a7bd140272102c78fca96365cc&path:ui",
"@darksoil-studio/roles": "github:darksoil-studio/roles#b6eb55cff89657597d4e456c1e4e3f91f75a5cfb&path:ui",
"@darksoil-studio/tasks": "github:darksoil-studio/tasks#b58ee0446f13300f922da8af4e86fd33ddab4268&path:ui",
"@darksoil-studio/tasks": "github:darksoil-studio/tasks#6eab98082248de8c88db4e65e5182d9eed4d71d8&path:ui",
"@holochain-open-dev/elements": "^0.300.1",
"@holochain-open-dev/file-storage": "github:holochain-open-dev/file-storage#c503070441d29a1c448abf1b0949762fe4ef314d&path:ui",
"@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#6000dc6c04194429f2768517670366c411c4a03a&path:ui",
Expand Down

0 comments on commit af13434

Please sign in to comment.