Skip to content

Commit 0c9bccf

Browse files
authored
fix: remove caching when setting up node (it shouldn't be needed)
1 parent 2b020aa commit 0c9bccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 20.x
34-
cache: 'npm'
3534

3635
- name: NPM install
3736
run: |

0 commit comments

Comments
 (0)