Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkottnauer committed Feb 5, 2024
1 parent 2ec86e1 commit d880b29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

# https://dev.to/mattpocock/how-to-cache-nodemodules-in-github-actions-with-yarn-24eh
- name: Cache node_modules
Expand All @@ -28,7 +31,7 @@ jobs:
# ~/.cache/ms-playwright
# key: cache-playwright-linux-1.27.1

- run: yarn --frozen-lockfile
- run: yarn --immutable

# - name: Install Playwright
# if: steps.playwright-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit d880b29

Please sign in to comment.