File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ jobs:
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
registry-url : ' https://registry.npmjs.org'
26
- cache : ' npm'
26
+ # cache: 'npm'
27
27
28
- - name : Use cached node_modules
29
- id : cache
30
- uses : actions/cache@v3
31
- with :
32
- path : node_modules
33
- key : nodeModules-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}
34
- restore-keys : |
35
- nodeModules-
28
+ # - name: Use cached node_modules
29
+ # id: cache
30
+ # uses: actions/cache@v3
31
+ # with:
32
+ # path: node_modules
33
+ # key: nodeModules-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}
34
+ # restore-keys: |
35
+ # nodeModules-
36
36
37
37
- name : Install dependencies
38
- if : steps.cache.outputs.cache-hit != 'true'
38
+ # if: steps.cache.outputs.cache-hit != 'true'
39
39
run : npm install
40
40
env :
41
41
CI : true
63
63
run : |
64
64
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
65
65
66
- - name : " Version based on commit: 0.0.0-insiders.${{ env.sha_short }}"
66
+ - name : ' Version based on commit: 0.0.0-insiders.${{ env.sha_short }}'
67
67
run : npm version 0.0.0-insiders.${{ env.sha_short }} --force --no-git-tag-version
68
68
69
69
- name : Publish
You can’t perform that action at this time.
0 commit comments