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

Cache installed dependencies during CI job #169

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Use Node.js
uses: actions/setup-node@v2.2.0
with:
cache: 'yarn'

- name: Install
run: yarn install --frozen-lockfile
Expand Down