Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlu-tw committed Apr 22, 2024
1 parent 81ac9f0 commit 865a1ee
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 @@ -77,7 +77,7 @@ jobs:
node_version: 20
fail-fast: false

name: "Build & Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
name: 'Build & Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: "pnpm"
cache: 'pnpm'

- name: Install deps
if: steps.changed-files.outputs.only_changed != 'true'
Expand Down

0 comments on commit 865a1ee

Please sign in to comment.