Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
enable npm cache on desktop builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored Dec 31, 2021
1 parent 8b09806 commit de2812f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
cache: 'npm'
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit de2812f

Please sign in to comment.