Skip to content

Commit 93ecb61

Browse files
committed
remove gh registry and newfold-labs js utility package from workflow
1 parent fb9d600 commit 93ecb61

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint-check-spa.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ jobs:
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4040
restore-keys: ${{ runner.os }}-node-
4141

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-
4642
# Installs @wordpress/scripts for lint checks if it does not exist in the cache.
4743
- 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
4945
if: steps.cache.outputs.cache-hit != 'true'
5046

5147
# Gets the files changed wrt to trunk and filters out the js files.

0 commit comments

Comments
 (0)