Skip to content

Commit 63670d9

Browse files
committed
chore: fix CI
1 parent 45ec116 commit 63670d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ jobs:
8181
cancel-in-progress: true
8282

8383
steps:
84-
- uses: actions/checkout@v4
85-
8684
- name: Support long paths
85+
if: matrix.os == 'windows-latest'
8786
run: sudo git config --system core.longpaths true
8887

88+
- uses: actions/checkout@v4
89+
8990
- name: Use Node.js ${{ matrix.node-version }}
9091
uses: actions/setup-node@v4
9192
with:

0 commit comments

Comments
 (0)