Skip to content

Commit

Permalink
Zowe Suite v1.28.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored May 30, 2024
2 parents fc6f056 + 0030df5 commit ac4cd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: '[Prep 3] Setup Node'
uses: actions/setup-node@v2
with:
node-version: 10.24.1
node-version: 16.15.0

- name: '[Prep 4] Setup jFrog CLI'
uses: jfrog/setup-jfrog-cli@v2
Expand Down
3 changes: 2 additions & 1 deletion webClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"test": "exit 0"
},
"devDependencies": {
"@types/jest": "~23.0.2",
Expand Down

0 comments on commit ac4cd99

Please sign in to comment.