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 bf1ae83 commit a2a4da8Copy full SHA for a2a4da8
.github/workflows/test.yml
@@ -61,11 +61,13 @@ jobs:
61
echo "SINCE=$(git merge-base origin/${{ github.event.pull_request.base.ref }} ${{ github.sha }})" >> $GITHUB_OUTPUT
62
fi
63
64
+ - run: echo $CHROME_BIN - $CHROME_PATH - $(which chrome) - $(which google-chrome) - $(which chromium-browser)
65
+
66
- run: npm install -g corepack@latest && corepack enable
67
68
- uses: actions/setup-node@v3
69
with:
- node-version: "20"
70
+ node-version: "22"
71
cache: "pnpm"
72
cache-dependency-path: "**/pnpm-lock.yaml"
73
- run: |
0 commit comments