Skip to content

Commit 9af0e03

Browse files
Update update-js-runtime-wrapper.yml
1 parent 61d36fc commit 9af0e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-js-runtime-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Update package.json
4646
run: |
47-
sed -i "s|\"@checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"[0-9]*\\.[0-9]*\\.[0-9]*\"|\"@checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"${VERSION}\"|" cxAstScan/package.json
47+
sed -i "s|\"@Checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"[0-9]*\\.[0-9]*\\.[0-9]*\"|\"@Checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"${VERSION}\"|" cxAstScan/package.json
4848
4949
- name: Use Node.js ${{ matrix.node-version }}
5050
uses: actions/setup-node@v4.0.3

0 commit comments

Comments
 (0)