Skip to content

Commit

Permalink
fix syntax error on yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <[email protected]>
  • Loading branch information
sr229 committed Apr 18, 2024
1 parent f6d2520 commit 7439679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v2

- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '18'
cache:'pnpm'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 7439679

Please sign in to comment.