File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
registry-url : ' https://registry.npmjs.org'
28
28
- name : Install latest NPM
29
29
run : npm install -g npm@7
30
- - name : NPM install with caching
31
- uses : bahmutov/npm-install@v1
32
30
- name : Set Min Version
33
31
uses : thefringeninja/action-minver@2.0.0-preview1
34
32
id : version
41
39
echo "MINVERVERSIONOVERRIDE=${{steps.version.outputs.version}}" >> $GITHUB_ENV
42
40
npm run version -- ${{steps.version.outputs.version}}
43
41
replace-in-files --regex='\/(v?((\d+)\.(\d+)(\.(\d+))?)(?:-([\dA-Za-z-]+(?:\.[\dA-Za-z-]+)*))?(?:\+([\dA-Za-z-]+(?:\.[\dA-Za-z-]+)*))?)' --replacement=/${{steps.version.outputs.version}} packages/core/src/configuration/Configuration.ts
42
+ replace-in-files --string='2.0.0-dev' --replacement=${{steps.version.outputs.version}} packages/*/package.json
43
+ - name : NPM install with caching
44
+ uses : bahmutov/npm-install@v1
44
45
- name : Build
45
46
run : npm run build
46
47
- name : Lint
You can’t perform that action at this time.
0 commit comments