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 45ec116 commit 63670d9Copy full SHA for 63670d9
1 file changed
.github/workflows/nodejs.yml
@@ -81,11 +81,12 @@ jobs:
81
cancel-in-progress: true
82
83
steps:
84
- - uses: actions/checkout@v4
85
-
86
- name: Support long paths
+ if: matrix.os == 'windows-latest'
87
run: sudo git config --system core.longpaths true
88
+ - uses: actions/checkout@v4
89
+
90
- name: Use Node.js ${{ matrix.node-version }}
91
uses: actions/setup-node@v4
92
with:
0 commit comments