Skip to content

Commit ee50299

Browse files
authored
Merge branch 'main' into other/update-cli-version-2.3.3
2 parents a2fabce + 15b6eaf commit ee50299

File tree

4 files changed

+34
-32
lines changed

4 files changed

+34
-32
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
10-
- name: Use Node.js 20
9+
- name: Use Node.js 22.11.0
1110
uses: actions/[email protected]
1211
with:
13-
node-version: 20
12+
node-version: 22.11.0
1413
registry-url: https://npm.pkg.github.com/
1514
- run: npm ci
1615
- name: Code Linting

.github/workflows/release.yml

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

7373
# GET TAG NAME

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli",
3-
"version": "1.0.3",
3+
"version": "1.0.2",
44
"description": "AST CLI Javascript wrapper runtime CLI",
55
"main": "dist/main/wrapper/CxWrapper.js",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",
@@ -38,7 +38,7 @@
3838
"@babel/preset-typescript": "^7.24.7",
3939
"@types/adm-zip": "^0.5.5",
4040
"@types/jest": "^27.5.0",
41-
"@types/node": "^20.14.11",
41+
"@types/node": "^22.9.0",
4242
"@types/unzipper": "^0.10.10",
4343
"@typescript-eslint/eslint-plugin": "^5.29.0",
4444
"@typescript-eslint/parser": "^5.29.0",
@@ -49,7 +49,7 @@
4949
"jest-cli": "29.7.0",
5050
"ts-jest": "^29.2.5",
5151
"ts-mockito": "^2.6.1",
52-
"typescript": "^5.5.3"
52+
"typescript": "^5.6.3"
5353
},
5454
"overrides": {
5555
"bluebird": "3.7.2"

0 commit comments

Comments
 (0)