Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d78f56c

Browse files
authoredDec 13, 2022
Merge pull request #141 from parkerbxyz/fix-title-matching
Add quotes around title in search query
2 parents 638725f + 13a721e commit d78f56c

File tree

7 files changed

+3298
-1903
lines changed

7 files changed

+3298
-1903
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: Use Node.js 16.x
15+
- name: Use Node.js 18.x
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919
- run: npm ci
2020
- run: npm test
2121
- name: codecov
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.