mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
use npm install in get-release-version
https://github.com/atom/atom/pull/21081/files#r487132495
This commit is contained in:
@@ -14,6 +14,6 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
cd script/vsts
|
||||
npm ci
|
||||
npm install
|
||||
node get-release-version.js ${{ parameters.NightlyFlag }}
|
||||
name: Version
|
||||
|
||||
Reference in New Issue
Block a user