Skip to content

Commit f127812

Browse files
committed
Update build-test.yml
1 parent 5c19dc2 commit f127812

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
timeout-minutes: 10
2020
steps:
2121
- uses: actions/checkout@v6
22-
- uses: actions/setup-node@v6
22+
- name: Use Node.js ${{ matrix.node-version }}
23+
uses: actions/setup-node@v6
2324
with:
2425
node-version: ${{ matrix.node-version }}
25-
- run: npm install
26+
cache: "npm"
27+
- run: npm ci
2628
- run: npm run build
2729
- run: npx playwright install
2830
- run: npm run test

0 commit comments

Comments
 (0)