Skip to content

Commit a9c6624

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/jsdom-30.0.1
2 parents 7955934 + 65b6767 commit a9c6624

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
2222
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v7
1414
- name: Use Node.js
15-
uses: actions/setup-node@v6
15+
uses: actions/setup-node@v7
1616
with:
1717
node-version: '20.x'
1818
- name: Install latest Chrome

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
2222
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"node": ">=20.x"
2727
},
2828
"devDependencies": {
29-
"eslint": "10.7.0",
29+
"eslint": "10.8.0",
3030
"@eslint/js": "10.0.1",
3131
"serve": "14.2.6",
3232
"serve-handler": "6.1.7"
3333
},
3434
"dependencies": {
3535
"jsdom": "30.0.1",
36-
"html-validate": "11.5.6",
36+
"html-validate": "11.6.0",
3737
"@sitespeed.io/plugin": "1.0.2"
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)