1 parent 5f39794 commit 02805f0Copy full SHA for 02805f0
2 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-node@v6
29
with:
30
node-version: ${{ matrix.node-version }}
31
- cache: "yarn"
+ cache: 'yarn'
32
33
- name: Install dependencies
34
run: yarn install --immutable
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
- name: Install dependencies and build
70
run: |
.github/workflows/publish.yml
@@ -22,8 +22,8 @@ jobs:
22
23
24
node-version-file: .nvmrc
25
26
- registry-url: "https://registry.npmjs.org"
+ registry-url: 'https://registry.npmjs.org'
27
0 commit comments