We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95580d9 commit f302e84Copy full SHA for f302e84
1 file changed
.github/workflows/reusable-javascript-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install npm Dependencies
56
run: npm ci
57
58
- # Older branches using outdated versions of Puppeteer fail on newer versions of the `ubuntu-24` image.
+ # Branches prior to 6.1 using outdated versions of Puppeteer fail on newer versions of the `ubuntu-24` image.
59
# This disables AppArmor in order to work around those failures.
60
#
61
# See https://issues.chromium.org/issues/373753919
0 commit comments