💚 Fixing CI Build

This commit is contained in:
Liyas Thomas
2020-01-25 07:00:07 +05:30
parent bbaa48c1ec
commit 54e4dbc4ac
2 changed files with 21 additions and 19 deletions

View File

@@ -15,6 +15,8 @@ language: node_js
node_js: node_js:
- "12" - "12"
os: linux
addons: addons:
apt: apt:
packages: packages:

View File

@@ -53,7 +53,7 @@ try {
// Write version data into a file // Write version data into a file
fs.writeFileSync( fs.writeFileSync(
PW_BUILD_DATA_DIR + "/version.json", `${PW_BUILD_DATA_DIR}/version.json`,
JSON.stringify(version) JSON.stringify(version)
); );
})(); })();