Skip to content

Commit 0eb7de8

Browse files
authored
Merge pull request #26 from pactumjs/25-regex-inside-expectjsonmatchstrict-does-not-work-as-expected
fix: remove regex compare in inverse
2 parents 52a6ef0 + 188249e commit 0eb7de8

File tree

7 files changed

+466
-264
lines changed

7 files changed

+466
-264
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [windows-latest, ubuntu-latest, macos-latest]
23-
node-version: [10.x, 12.x, 14.x, 16.x]
23+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
2424

2525
steps:
2626
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '12.x'
13+
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm test

0 commit comments

Comments
 (0)