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 10e394a commit 9283d71Copy full SHA for 9283d71
.github/workflows/ci.yml
@@ -56,6 +56,8 @@ jobs:
56
with:
57
node-version: ${{ matrix.node }}
58
59
+ - run: npx can-symlink
60
+
61
# for test cache hits
62
- run: npm i -g [email protected]
63
appveyor.yml
@@ -17,6 +17,7 @@ init:
17
# Install scripts. (runs after repo cloning)
18
install:
19
- ps: Install-Product node $env:nodejs_version
20
+ - npx can-symlink
21
22
- npm i -g [email protected]
23
- ps: >-
0 commit comments