Skip to content

Commit

Permalink
依存関係キャッシュ
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Feb 15, 2024
1 parent a37fd5c commit d5640d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,18 @@ jobs:
- name: Setup Node.js environment 💚
uses: actions/[email protected]
with:
node-version: 18.x
node-version: 18.x
- name: Setup pnpm ✊
uses: pnpm/[email protected]
with:
version: latest
- name: Cache node_modules
id: node_modules_cache_id
uses: actions/cache@v4
with:
path: node_modules
key: npm-deps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: pnpm-deps-
- name: Install deps 🍢
run: pnpm install
- name: Build Website from Astro 🏭
Expand Down

0 comments on commit d5640d0

Please sign in to comment.