Skip to content

Commit

Permalink
chore(rpc/docs): cache node/npm in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 18, 2024
1 parent a686abb commit 613ee40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'

- name: Rust cache
uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit 613ee40

Please sign in to comment.