Skip to content

Commit a996903

Browse files
Update dependency node to v24
1 parent 5c81790 commit a996903

3 files changed

Lines changed: 11 additions & 18 deletions

File tree

.github/workflows/quality-assurance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
cache: 'npm'
3131
- run: npm ci --no-audit
3232
- run: npx eslint .
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838
- uses: actions/setup-node@v6
3939
with:
40-
node-version: 22
40+
node-version: 24
4141
cache: 'npm'
4242
- run: npm ci --no-audit
4343
- run: npm run build

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@jest/globals": "30.x",
25-
"@types/node": "22.x",
25+
"@types/node": "24.x",
2626
"@types/split2": "4.x",
2727
"@types/supertest": "6.x",
2828
"@typescript-eslint/eslint-plugin": "7.x",

0 commit comments

Comments
 (0)