Skip to content

Commit

Permalink
enable long paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 18, 2024
1 parent 54a811a commit d13ce10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
node-version: [18.x, 20.x]

steps:
- name: Enable long paths on Windows
run: git config --system core.longpaths true
if: runner.os == 'Windows'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d13ce10

Please sign in to comment.