Skip to content

Commit 035f544

Browse files
authored
Merge pull request #326 from sablier-labs/build/bump-deps
build: bump deps
2 parents bc50e3f + f980663 commit 035f544

File tree

3 files changed

+1748
-2082
lines changed

3 files changed

+1748
-2082
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
- name: "Check out the repo"
1919
uses: "actions/checkout@v4"
2020

21-
- name:
22-
"Cache the node modules. If a match is found for the key, the cache is restored. Otherwise, a new cache will
23-
be created."
24-
uses: "actions/cache@v4"
25-
with:
26-
key: "node-modules-${{ github.sha }}"
27-
path: node_modules
28-
2921
- name: "Install Bun"
3022
uses: "oven-sh/setup-bun@v1"
3123

0 commit comments

Comments
 (0)