Skip to content

Commit 22043a7

Browse files
authored
download vspec upfront (#111)
* download vspec upfront * fix node version * fix license
1 parent b5878c8 commit 22043a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/project-creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: latest
43+
node-version: 18
4444

4545
- name: Checkout CLI
4646
uses: actions/checkout@v4

.project-creation/templates/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"label": "(Re-)generate vehicle model",
173173
"detail": "(Re-)generates the vehicle model from source files specified in the AppManifest.",
174174
"type": "shell",
175-
"command": "velocitas exec vehicle-model-lifecycle generate-model",
175+
"command": "velocitas exec vehicle-model-lifecycle download-vspec && velocitas exec vehicle-model-lifecycle generate-model",
176176
"group": "none",
177177
"presentation": {
178178
"reveal": "always",

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
|paho-mqtt|1.6.1|OSI Approved|
5656
|pathspec|0.11.2|Mozilla Public License 2.0 (MPL 2.0)|
5757
|pbr|5.11.1|Apache 2.0|
58-
|pip|23.3|MIT|
58+
|pip|23.3.1|MIT|
5959
|pip-tools|7.3.0|BSD|
6060
|platformdirs|3.11.0|MIT|
6161
|pluggy|1.3.0|MIT|

0 commit comments

Comments
 (0)