Skip to content

Commit 02805f0

Browse files
committed
lint
1 parent 5f39794 commit 02805f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v6
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
cache: "yarn"
31+
cache: 'yarn'
3232

3333
- name: Install dependencies
3434
run: yarn install --immutable
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/setup-node@v6
6565
with:
6666
node-version: ${{ matrix.node-version }}
67-
cache: "yarn"
67+
cache: 'yarn'
6868

6969
- name: Install dependencies and build
7070
run: |

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version-file: .nvmrc
25-
cache: "yarn"
26-
registry-url: "https://registry.npmjs.org"
25+
cache: 'yarn'
26+
registry-url: 'https://registry.npmjs.org'
2727

2828
- name: Install dependencies
2929
run: yarn install --immutable

0 commit comments

Comments
 (0)