File tree Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 6565 uses : actions/setup-node@v3
6666 with :
6767 node-version : 16
68- cache : ' npm'
69- cache-dependency-path : ' **/package-lock.json'
7068
7169 # https://www.jonathan-wilkinson.com/github-actions-cache-everything
7270 - name : Cache Node Modules
Original file line number Diff line number Diff line change 2929 uses : actions/setup-node@v3
3030 with :
3131 node-version : 16
32- cache : ' npm'
33- cache-dependency-path : ' **/package-lock.json'
3432
3533 #
3634 # Build Construct with JSII
Original file line number Diff line number Diff line change 3636 uses : actions/setup-node@v3
3737 with :
3838 node-version : 16
39- cache : ' npm'
40- cache-dependency-path : ' **/package-lock.json'
4139
4240 # https://www.jonathan-wilkinson.com/github-actions-cache-everything
4341 - name : Cache Node Modules
Original file line number Diff line number Diff line change 4444 uses : actions/setup-node@v3
4545 with :
4646 node-version : 16
47- cache : ' npm'
4847
4948 # Use the tagged version as NPM package version for releases.
5049 # This will cause versions to be deployed matching the tag on dev/qa/prod
Original file line number Diff line number Diff line change 4949 uses : actions/setup-node@v3
5050 with :
5151 node-version : 16
52- cache : ' npm'
53- cache-dependency-path : ' **/package-lock.json'
5452
5553 - name : Set git identity
5654 run : |-
You can’t perform that action at this time.
0 commit comments