We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6429e commit b772a42Copy full SHA for b772a42
.github/workflows/test.yml
@@ -23,7 +23,5 @@ jobs:
23
architecture: ${{ matrix.arch }}
24
- name: Install
25
run: npm install
26
- # Temporary step to check that we have npm 7 in the matrix
27
- - run: npm --version
28
- name: Test
29
run: npm test
0 commit comments