|
@@ -6,7 +6,7 @@
|
|
|
# package.json and Antora cache only if changes are made to the files.
|
|
|
#
|
|
|
# If the package-lock.json or package.json files are updated or new depends are
|
|
|
-# installed, the 'npm ci' should always be ran thereafter to speed up build
|
|
|
+# installed, the 'npm ci' should be always ran thereafter to speed up build
|
|
|
# times. When ci is active, the package-lock.json and package.json files in root
|
|
|
# will not be updated.
|
|
|
#
|
|
@@ -30,12 +30,12 @@ on:
|
|
|
jobs:
|
|
|
build:
|
|
|
|
|
|
- #Static version is used to maintain stability
|
|
|
+ #Static version is used to maintain stability.
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- #Static version is used to maintain stability
|
|
|
+ #Static version is used to maintain stability.
|
|
|
node-version: [12.17.0]
|
|
|
|
|
|
steps:
|