Skip to content

Commit 6451da7

Browse files
committed
Merge branch 'main' into gh-pages
2 parents d4d4773 + 893ce58 commit 6451da7

File tree

18 files changed

+717
-523
lines changed

18 files changed

+717
-523
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
- run: pnpm build:w3c
8686
- name: run validator
8787
run: |
88-
vnu=$(node -p "require('vnu-jar')")
88+
vnu=$(node -p "require('vnu-jar').toString()")
8989
./tools/respec2html.js examples/basic.built.html /tmp/basic.built.html --verbose --timeout 30
9090
java -jar $vnu /tmp/basic.built.html

.github/workflows/regressions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with: { node-version-file: '.nvmrc', cache: pnpm }
1818
- run: pnpm i --frozen-lockfile
1919
- run: pnpm build:w3c
20-
- uses: actions/upload-artifact@v5
20+
- uses: actions/upload-artifact@v6
2121
with:
2222
name: builds
2323
path: |
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-node@v6
4747
with: { node-version-file: '.nvmrc', cache: pnpm }
4848
- run: pnpm i --frozen-lockfile
49-
- uses: actions/download-artifact@v6
49+
- uses: actions/download-artifact@v7
5050
with:
5151
name: builds
5252
path: ./builds/

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

builds/respec-aom.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/respec-aom.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/respec-dini.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/respec-dini.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/respec-geonovum.js

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/respec-geonovum.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/respec-w3c.js

Lines changed: 216 additions & 216 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)