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 da5aa90 commit 31f9c4aCopy full SHA for 31f9c4a
.github/workflows/nodejs.yml
@@ -13,7 +13,6 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
node-version: 24
16
- - run: npx playwright install chromium
17
- name: npm install, build, and test
18
run: |
19
npm install
.github/workflows/publish.yml
@@ -18,7 +18,6 @@ jobs:
registry-url: https://registry.npmjs.org/
20
cache: npm
21
22
- run: npm ci
23
- run: npm test
24
- run: npm run build
0 commit comments