Bump node version to 22.12.0

This commit is contained in:
freearhey 2024-12-05 14:24:03 +03:00
parent f38cd8ab51
commit b50c01e65c
4 changed files with 13 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"
}
}