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 133d9e3 commit d064e28Copy full SHA for d064e28
.github/workflows/push-check.yml
@@ -73,6 +73,16 @@ jobs:
73
run: pipx run nox --session install_bundled_libs
74
shell: bash
75
76
+ - name: Install Node
77
+ uses: actions/setup-node@v3
78
+ with:
79
+ node-version: ${{ env.NODE_VERSION }}
80
+ cache: 'npm'
81
+ cache-dependency-path: ${{ env.special-working-directory-relative }}/package-lock.json
82
+
83
+ - name: Install dependencies (npm ci)
84
+ run: npm ci
85
86
# Now that the bundle is installed to target using python 3.7
87
# switch back the python we want to test with
88
- name: Use Python ${{ matrix.python }}
0 commit comments