Skip to content

Commit a0e8eb8

Browse files
committed
chore: cache added
1 parent 3a28ef6 commit a0e8eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: '21'
21+
cache: 'npm'
2122

2223
- name: 📥 Install dependencies
2324
run: npm install

0 commit comments

Comments
 (0)