Skip to content

Commit

Permalink
style: "app-studio-remote-access" display name is updated (#266)
Browse files Browse the repository at this point in the history
* style: "app-studio-remote-access" display name is updated

* ci: remove node14 verification
  • Loading branch information
alex-gilin authored Jul 30, 2023
1 parent fa9f37b commit 30d5269
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
node_version:
- 14.x
- 16.x
- 18.x
# https://stackoverflow.com/questions/61070925/github-actions-disable-auto-cancel-when-job-fails
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-remote-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-studio-remote-access",
"displayName": "remote access for SAP Business Application Studio",
"displayName": "Remote Access for SAP Business Application Studio",
"version": "1.15.8",
"private": true,
"description": "Allows you to connect to SAP Business Application Studio dev spaces directly from a local Visual Studio Code desktop application.",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SAP Business Application Studio toolkit",
"version": "1.15.7",
"private": true,
"description": "Allows you to remotely control dev spaces that are hosted in SAP Business Application Studio from VS Code.",
"description": "Includes essential capabilities that will improve your SAP Business Application Studio development experience, making it easier and faster.",
"categories": [
"Other"
],
Expand Down

0 comments on commit 30d5269

Please sign in to comment.