Skip to content

Commit a187d0e

Browse files
committed
fix
1 parent ac689ec commit a187d0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- uses: actions/setup-node@v4
3636
with:
3737
node-version-file: '.nvmrc'
38+
cache: npm
39+
- name: Install our dependencies
40+
run: npm install
3841
- name: Build our release
3942
run: npm run release
4043
- name: Upload artifact

0 commit comments

Comments
 (0)