Skip to content

Commit fc550cc

Browse files
committed
Fixed workflow file
1 parent 79efa1d commit fc550cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
uses: actions/setup-node@v6
3535
with:
3636
node-version: lts/*
37-
cache: "npm"
37+
cache: "yarn"
3838
- name: Install dependencies
39-
run: npm ci
39+
run: yarn install
4040
- name: Build
41-
run: npm run build
41+
run: yarn build
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Upload artifact
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const JSON_SEARCH_DEFAULTS = {
2-
query: "fieldA, fieldB [5,5]",
2+
query: "fieldA, fieldB [0,0]",
33
json: "",
44
};

0 commit comments

Comments
 (0)