Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmLX authored Aug 22, 2023
1 parent 5be82f7 commit 75783a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: yarn
- name: Get Yarn Cache
id: yarn_cache
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}"
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build
Expand Down

0 comments on commit 75783a3

Please sign in to comment.