We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a837c commit d29bdedCopy full SHA for d29bded
.github/workflows/playwright.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Use Node.js 20.5.1-bookworm-slim
28
uses: actions/setup-node@v2
29
with:
30
- node-version: '20.5.1-bookworm-slim'
+ node-version: '18'
31
32
# Step to install Node.js dependencies
33
- name: Install dependencies
0 commit comments