Skip to content

Commit 01cacd4

Browse files
committed
Fix lint
1 parent fcca9aa commit 01cacd4

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

.github/workflows/lint.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
on:
2-
push:
3-
pull_request:
4-
5-
jobs:
6-
lint:
7-
name: Lint - Node ${{ matrix.node }}
8-
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
node: [ 14, 16, 18 ]
12-
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: ${{ matrix.node }}
17-
cache: 'npm'
18-
- run: npm install
19-
- run: npm test
1+
on:
2+
push:
3+
pull_request:
4+
5+
jobs:
6+
lint:
7+
name: Lint - Node ${{ matrix.node }}
8+
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
node: [ 22 ]
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
15+
with:
16+
node-version: ${{ matrix.node }}
17+
cache: 'npm'
18+
- run: npm install
19+
- run: npm test

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"libsodium-wrappers": "^0.7.11",
3535
"lodash": "^4.17.21",
3636
"translate": "^1.4.1",
37-
"ts-node": "^10.9.1",
38-
"typescript": "^4.8.2",
37+
"ts-node": "^10.9.2",
38+
"typescript": "^5.8.3",
3939
"winston": "^3.8.2"
4040
},
4141
"resolutions": {

0 commit comments

Comments
 (0)