Skip to content

Commit 6c2058b

Browse files
committed
fix(ci): add cache
1 parent 430dc53 commit 6c2058b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
ref: ${{ env.HEAD_COMMIT }}
2626
- uses: actions/setup-node@v3
27+
with:
28+
node-version: 16
29+
cache: 'npm'
2730
- name: Install dependencies
2831
run: npm install
2932
- name: pack

0 commit comments

Comments
 (0)