We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde1efb commit 8570512Copy full SHA for 8570512
.github/workflows/devtools.yml
@@ -54,10 +54,6 @@ jobs:
54
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
55
with:
56
name: puppeteer-build
57
- - name: Set up Node.js
58
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
59
- with:
60
- node-version-file: '.nvmrc'
61
- name: Checkout depot_tools
62
run: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
63
- name: Add depot_tools to path
0 commit comments