File tree 1 file changed +2
-2
lines changed
1 file changed +2
-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
30
32
- name : Set Min Version
31
33
uses : thefringeninja/action-minver@2.0.0-preview1
32
34
id : version
40
42
npm run version -- ${{steps.version.outputs.version}}
41
43
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
44
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
45
45
- name : Build
46
46
run : npm run build
47
47
- name : Lint
You can’t perform that action at this time.
0 commit comments