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 3a24ae5 commit d400b3bCopy full SHA for d400b3b
2 files changed
.github/workflows/node.js.yml
@@ -16,7 +16,6 @@ jobs:
16
- uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node-version }}
19
- cache: npm
20
- run: npm --version
21
- run: npm ci --ignore-scripts
22
- run: npm test
test/3_from-sub-dir.sh
@@ -1,6 +1,9 @@
1
. "$(dirname -- "$0")/functions.sh"
2
setup
3
4
+# Skip test for npm 6
5
+npm --version | grep "^6\."
6
+
7
# Example:
8
# .git
9
# sub/package.json
0 commit comments