cache deno deps to spare deno.land from 500ing us

This commit is contained in:
Jacob Heider 2023-02-14 18:59:24 -05:00
parent e74ac09899
commit 8a81d33387
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -13,6 +13,12 @@ jobs:
- uses: actions/checkout@v3
with:
repository: teaxyz/pantry.core
- uses: actions/cache@v3
with:
path: |
~/.deno
~/.cache/deno
key: ${{ runner.os }}-deno-cd-${{ hashFiles('deno.jsonc')}}
- uses: teaxyz/setup@v0
- run: ./scripts/map-projects-to-githubs.ts
env: