Skip to content

Commit

Permalink
chore(ci): fix test runs (#662)
Browse files Browse the repository at this point in the history
* chore(ci): fix test runs

* chore(ci): update deps

* chore(deps): update deps
  • Loading branch information
MrSwitch authored Jan 25, 2023
1 parent b196a7b commit 3d1fe6e
Show file tree
Hide file tree
Showing 4 changed files with 4,129 additions and 4,240 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dot-notation": [2, {"allowKeywords": false}],
"eqeqeq": 0,
"jsdoc/check-tag-names": 0,
"max-params": [2, {"max": 6}],
"no-console": 0,
"no-empty": 0,
"no-param-reassign": 0,
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- run: npm i
- run: npm run lint

Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
# Browserstack fix https://github.com/browserstack/browserstack-runner/issues/224#issuecomment-803409764
- run: rm ./package-lock.json
- run: npm i
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- run: npm i
- name: Release
env:
Expand Down
Loading

0 comments on commit 3d1fe6e

Please sign in to comment.