mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
ci: require fs
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports = async ({ core, fetch }) => {
|
||||
}
|
||||
|
||||
// Update result file, i.e. version.json
|
||||
const fs = require('fs')
|
||||
const resultPath = 'config/version.json'
|
||||
const data = fs.readFileSync(resultPath, 'utf8')
|
||||
const json = JSON.parse(data)
|
||||
|
||||
Reference in New Issue
Block a user