We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8b061 commit 19153c5Copy full SHA for 19153c5
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/setup-node@v2
25
with:
26
node-version: ${{ matrix.node_version }}
27
+ - name: Install latest NPM
28
+ run: npm install -g npm@7
29
- name: NPM install with caching
30
uses: bahmutov/npm-install@v1
31
- name: Set Min Version
@@ -33,7 +35,6 @@ jobs:
33
35
tag-prefix: v
34
36
- name: Build Version
37
run: |
- npm --version
38
npm install --global replace-in-files-cli
39
echo "MINVERVERSIONOVERRIDE=${{steps.version.outputs.version}}" >> $GITHUB_ENV
40
npm run version -- ${{steps.version.outputs.version}}
0 commit comments