We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231b278 commit 5c917aaCopy full SHA for 5c917aa
.github/workflows/browser-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: pnpm install --frozen-lockfile
38
39
- name: Install browsers
40
- run: node ./bin/get_browsers.js
+ run: node ./bin/get_browsers.mjs
41
42
# TODO: Install the E2E app + run webserver
43
- run: pnpm run test:browser
0 commit comments