Skip to content

Commit eda3bf6

Browse files
Update Node version ( AST-72890) (#780)
* update * updat TS * package-lock upate
1 parent 8870716 commit eda3bf6

File tree

4 files changed

+32
-29
lines changed

4 files changed

+32
-29
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
sudo apt-get install git-lfs
1616
git lfs install
1717
18-
- name: Use Node.js 14
18+
- name: Use Node.js 22.11.0
1919
uses: actions/[email protected]
2020
with:
21-
node-version: 14
21+
node-version: 22.11.0
2222
registry-url: https://npm.pkg.github.com/
2323
- run: npm ci
2424
- name: Code Linting

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# SETUP NODE
6969
- uses: actions/[email protected]
7070
with:
71-
node-version: 14
71+
node-version: 22.11.0
7272
registry-url: https://npm.pkg.github.com/
7373

7474
# GET TAG NAME

package-lock.json

Lines changed: 27 additions & 24 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
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme",
2828
"devDependencies": {
2929
"@types/jest": "^27.5.0",
30-
"@types/node": "^20.14.11",
30+
"@types/node": "^22.9.0",
3131
"@typescript-eslint/eslint-plugin": "^5.29.0",
3232
"@typescript-eslint/parser": "^5.29.0",
3333
"copyfiles": "^2.4.1",
@@ -36,7 +36,7 @@
3636
"jest-cli": "29.7.0",
3737
"ts-jest": "^29.2.2",
3838
"ts-mockito": "^2.6.1",
39-
"typescript": "^5.5.3"
39+
"typescript": "^5.6.3"
4040
},
4141
"overrides": {
4242
"bluebird": "3.7.2"

0 commit comments

Comments
 (0)