Skip to content

Commit 2dd6c33

Browse files
Merge branch 'trekhleb:master' into master
2 parents 68c6589 + 115e428 commit 2dd6c33

18 files changed

Lines changed: 5606 additions & 11672 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [ 16.x ]
14+
node-version: [ 22.x ]
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Setup Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

@@ -32,4 +32,4 @@ jobs:
3232
run: npm run coverage
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v1
35+
uses: codecov/codecov-action@v4

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run lint
5-
# npm run test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v22

0 commit comments

Comments
 (0)