Skip to content

Commit 0930499

Browse files
committed
Fix broken tests
1 parent b0ab7a6 commit 0930499

File tree

5 files changed

+598
-769
lines changed

5 files changed

+598
-769
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [ 10, 12, 14 ]
15+
node-version: [ 20 ]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
node-version: [ 10, 12, 14 ]
32+
node-version: [ 20 ]
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v2

config/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
},
1111
"rules": {
12+
"no-bitwise": 0,
1213
"no-unused-vars": 1,
1314
"space-before-function-paren": 0,
1415
"object-curly-spacing": [2, "always", {

0 commit comments

Comments
 (0)