Skip to content

Commit

Permalink
Add cache to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Jun 19, 2024
1 parent cb522bc commit 3b263b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
node-version: 18
cache: yarn
- name: Webpack cache
uses: actions/cache@v4
with:
path: ./node_modules/.cache
key: ${{ runner.os }}-webpack-cache

- name: Download ossutils zip
run: |
Expand Down

0 comments on commit 3b263b0

Please sign in to comment.