Skip to content

Commit c5e6730

Browse files
committed
[NAE-2116] Frontend remote configuration
- testing pipeline
1 parent bb787b3 commit c5e6730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
name: Full Test on Node.js version ${{ matrix.node-version }}
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: npm i --legacy-peer-deps --verbose
20+
cache: 'npm'
21+
- run: npm install --legacy-peer-deps --verbose --force
2122
- name: Build & test components-core
2223
run: |
2324
npm run ncc:build

0 commit comments

Comments
 (0)