We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8b462 commit a487dfeCopy full SHA for a487dfe
.github/actions/build/action.yml
@@ -6,6 +6,7 @@ runs:
6
uses: actions/setup-node@v3
7
with:
8
node-version: 'lts/*'
9
+ cache: 'yarn'
10
- name: Install dependencies
11
run: yarn install
12
shell: bash
0 commit comments