We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c19dc2 commit f127812Copy full SHA for f127812
1 file changed
.github/workflows/build-test.yml
@@ -19,10 +19,12 @@ jobs:
19
timeout-minutes: 10
20
steps:
21
- uses: actions/checkout@v6
22
- - uses: actions/setup-node@v6
+ - name: Use Node.js ${{ matrix.node-version }}
23
+ uses: actions/setup-node@v6
24
with:
25
node-version: ${{ matrix.node-version }}
- - run: npm install
26
+ cache: "npm"
27
+ - run: npm ci
28
- run: npm run build
29
- run: npx playwright install
30
- run: npm run test
0 commit comments