mirror of
https://github.com/iptv-org/database.git
synced 2024-12-21 07:20:24 -05:00
Bump node version to 22.12.0
This commit is contained in:
parent
f38cd8ab51
commit
b50c01e65c
4 changed files with 13 additions and 8 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
node-version: '18.18.2'
|
||||
node-version: '22.12.0'
|
||||
cache: 'npm'
|
||||
- uses: tj-actions/changed-files@v35
|
||||
id: files
|
||||
|
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
node-version: '18.18.2'
|
||||
node-version: '22.12.0'
|
||||
cache: 'npm'
|
||||
- name: install dependencies
|
||||
run: npm install
|
||||
|
|
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
node-version: '18.18.2'
|
||||
node-version: '22.12.0'
|
||||
cache: 'npm'
|
||||
- name: install dependencies
|
||||
run: npm install
|
||||
|
|
15
package.json
15
package.json
|
@ -11,7 +11,7 @@
|
|||
"test": "jest --runInBand"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <18.19.0"
|
||||
"node": ">=18.0.0 <=22.12.0"
|
||||
},
|
||||
"pre-commit": [
|
||||
"db:validate"
|
||||
|
@ -34,18 +34,23 @@
|
|||
"@octokit/plugin-paginate-rest": "^6.0.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^7.1.3",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
||||
"chalk": "^4.1.2",
|
||||
"commander": "^9.0.0",
|
||||
"csvtojson": "^2.0.10",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
"jest": "^29.7.0",
|
||||
"joi": "^17.6.0",
|
||||
"joi": "^17.13.3",
|
||||
"ts-jest": "^29.1.1",
|
||||
"tsx": "^4.10.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pre-commit": "^1.2.2"
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@types/joi": "^17.2.3",
|
||||
"globals": "^15.13.0",
|
||||
"pre-commit": "^1.0.10"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue