File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 39
39
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
40
40
restore-keys : ${{ runner.os }}-node-
41
41
42
- - name : Setup Registry
43
- run : printf "@newfold-labs:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
44
- if : steps.cache.outputs.cache-hit != 'true'
45
-
46
42
# Installs @wordpress/scripts for lint checks if it does not exist in the cache.
47
43
- name : Install dependencies
48
- run :
npm i @wordpress/[email protected] @newfold-labs/js-utility-ui-analytics --legacy-peer-deps
44
+ run :
npm i @wordpress/[email protected] --legacy-peer-deps
49
45
if : steps.cache.outputs.cache-hit != 'true'
50
46
51
47
# Gets the files changed wrt to trunk and filters out the js files.
You can’t perform that action at this time.
0 commit comments