Skip to content

Commit

Permalink
feat(deploy): Usa cache no prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Phenome committed Oct 26, 2023
1 parent 5ce6e05 commit d4b162e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deno-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ jobs:
permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository
pull-requests: write

steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Setup node and cache
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: web/yarn.lock

- name: Install dependencies
working-directory: ./web
run: yarn
Expand Down

0 comments on commit d4b162e

Please sign in to comment.