Skip to content

Commit 4fc57aa

Browse files
authored
Merge branch 'main' into fix-tests-preventing-test-failure-slipthrougs-to-main
2 parents 2f907c3 + 96f6b70 commit 4fc57aa

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/99-self-healing-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: 🆙 Set up Node.js
3535
if: env.stylelint_update == 'true' || env.prettier_update == 'true'
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version-file: ".nvmrc"
3939

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: Set up Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v5
3333
with:
3434
node-version-file: ".nvmrc"
35-
cache: "npm"
3635

3736
- name: Install JavaScript dependencies
3837
run: npm ci

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@angular/router": "19.2.14",
8686
"@angular/ssr": "19.2.15",
8787
"@axe-core/playwright": "4.10.2",
88-
"@babel/eslint-parser": "7.28.0",
88+
"@babel/eslint-parser": "7.28.4",
8989
"@commitlint/cli": "19.8.1",
9090
"@commitlint/config-conventional": "19.8.1",
9191
"@db-ux/db-theme": "5.0.0",

0 commit comments

Comments
 (0)