Skip to content

Commit 044d192

Browse files
author
Luca Forstner
committed
cache paths
1 parent 7a05617 commit 044d192

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
CACHED_DEPENDENCY_PATHS: |
2828
${{ github.workspace }}/node_modules
2929
${{ github.workspace }}/packages/*/node_modules
30+
${{ github.workspace }}/dev-packages/*/node_modules
3031
~/.cache/ms-playwright/
3132
~/.cache/mongodb-binaries/
3233

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@playwright/test": "^1.31.1",
4848
"axios": "1.6.0",
4949
"babel-loader": "^8.2.2",
50-
"html-webpack-plugin": "^5.5.0",
50+
"html-webpack-plugin": "5.6.0",
5151
"pako": "^2.1.0",
5252
"playwright": "^1.31.1",
5353
"webpack": "^5.52.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17418,10 +17418,10 @@ html-void-elements@^3.0.0:
1741817418
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
1741917419
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
1742017420

17421-
html-webpack-plugin@^5.5.0:
17422-
version "5.5.0"
17423-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
17424-
integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
17421+
html-webpack-plugin@5.6.0:
17422+
version "5.6.0"
17423+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
17424+
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
1742517425
dependencies:
1742617426
"@types/html-minifier-terser" "^6.0.0"
1742717427
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)