You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,13 +89,12 @@ The `core/nodejsActionBase` folder contains the Node.js app server used to imple
97
89
- Run the `distDocker` command to generate local Docker images for the different runtime versions.
98
90
99
91
```
100
-
./gradlew core:nodejs8Action:distDocker
101
92
./gradlew core:nodejs10Action:distDocker
102
93
./gradlew core:nodejs12Action:distDocker
103
94
./gradlew core:nodejs14Action:distDocker
104
95
```
105
96
106
-
This will return the following runtime images with the following names: `action-nodejs-v8`, `action-nodejs-v10`, `action-nodejs-v12` and `action-nodejs-v14`.
97
+
This will return the following runtime images with the following names: `action-nodejs-v10`, `action-nodejs-v12` and `action-nodejs-v14`.
107
98
108
99
### Testing
109
100
@@ -119,7 +110,6 @@ This will return the following runtime images with the following names: `action-
119
110
- Build the custom Docker images used in local testing.
0 commit comments