We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53de52 commit 1bea4ccCopy full SHA for 1bea4cc
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: oven-sh/setup-bun@v2
25
26
- name: Use cached node_modules
27
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
28
with:
29
path: node_modules
30
key: node-modules-${{ hashFiles('**/bun.lockb') }}
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments