Skip to content

Commit 26f91a4

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [ 18, 20 ]
11+
node-version: [ 20, 22, 24 ]
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
@@ -17,7 +17,6 @@ jobs:
1717
name: Full Test on Node.js version ${{ matrix.node-version }}
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
cache: 'npm'
2120
- run: npm install --legacy-peer-deps --verbose --force
2221
- name: Build & test components-core
2322
run: |

0 commit comments

Comments
 (0)