We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf67985 commit 45ec116Copy full SHA for 45ec116
.github/workflows/nodejs.yml
@@ -84,7 +84,7 @@ jobs:
84
- uses: actions/checkout@v4
85
86
- name: Support long paths
87
- run: git config --system core.longpaths true
+ run: sudo git config --system core.longpaths true
88
89
- name: Use Node.js ${{ matrix.node-version }}
90
uses: actions/setup-node@v4
0 commit comments