Skip to content

Commit a9c76db

Browse files
committed
npm i
2 parents 0fd03d6 + 0ae3119 commit a9c76db

11 files changed

Lines changed: 7982 additions & 4948 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 22
13+
node-version: 24
1414
cache: npm
1515
- run: npm install
16+
- run: npx playwright install chromium
1617
- run: npm run build
1718
- run: npm test
1819
env:

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
registry-url: https://registry.npmjs.org/
2020
cache: npm
2121
- run: npm ci
22+
- run: npx playwright install chromium
2223
- run: npm test
2324
- run: npm version ${TAG_NAME} --git-tag-version=false
2425
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist
22
node_modules
3+
test/__screenshots__

karma.config.cjs

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)