Fix: CI - checkout

This commit is contained in:
alstjr7375 2023-01-15 18:03:40 +09:00
parent a404a46804
commit 8786d2a676
2 changed files with 4 additions and 3 deletions

View file

@ -3,13 +3,11 @@ name: "Setup"
runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v3
# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
shell: bash
- name: Node cache
id: node-cache