We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b2cbb commit 87a4849Copy full SHA for 87a4849
.github/workflows/ci.yml
@@ -28,8 +28,6 @@ jobs:
28
uses: actions/setup-node@v3
29
with:
30
node-version: ${{ matrix.node }}
31
- - name: Print Node Version
32
- run: node --version
33
- name: Prepare Install (if applicable)
34
run: node prepare-install.js
35
- name: Install Dependencies
0 commit comments