File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 : |
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
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
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments