Skip to content

Commit 1b5bbc2

Browse files
authored
Merge branch 'main' into fix-flaky-browser-test
2 parents 7001649 + c02fdbf commit 1b5bbc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
outputs:
5252
version: ${{ steps.playwright-version.outputs.version }}
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555
- name: Get Playwright version from package-lock.json
5656
id: playwright-version
5757
run: |
@@ -64,7 +64,7 @@ jobs:
6464
container:
6565
image: mcr.microsoft.com/playwright:v${{ needs.get-playwright-version.outputs.version }}-noble
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v6
6868
- name: Install dependencies
6969
run: npm ci
7070
- name: Build maquette
@@ -78,7 +78,7 @@ jobs:
7878
working-directory: browser-tests
7979
run: npm test
8080
- name: Upload Playwright report
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
if: ${{ !cancelled() }}
8383
with:
8484
name: playwright-report

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"license": "MIT",
1919
"devDependencies": {
20-
"ejs": "3.1.9",
21-
"firebase-tools": "13.1.0",
20+
"ejs": "3.1.10",
21+
"firebase-tools": "13.6.0",
2222
"jstransformer-ejs": "0.2.0",
2323
"metalsmith": "2.5.1",
2424
"metalsmith-in-place": "4.2.0",
@@ -31,6 +31,6 @@
3131
"precss": "3.1.2",
3232
"typedoc": "0.28.5",
3333
"typescript": "5.8.3",
34-
"postcss": "^6.0.0"
34+
"postcss": "^8.5.6"
3535
}
3636
}

0 commit comments

Comments
 (0)