Skip to content

Commit b233fbd

Browse files
committed
chore: swap node and checkout order. Remove ownership workaround
1 parent ff2541f commit b233fbd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ jobs:
1515
node: [18, 20]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18+
- uses: actions/checkout@v4
19+
1820
- uses: actions/setup-node@v3
1921
with:
2022
node-version: ${{ matrix.node }}
2123
cache: yarn
2224

23-
- uses: actions/checkout@v4
24-
25-
# workaround for https://github.com/actions/runner/issues/2033
26-
- name: ownership workaround
27-
run: git config --global --add safe.directory '*'
28-
2925
- name: Install dependencies
3026
run: yarn install --ignore-engines --frozen-lockfile
3127

0 commit comments

Comments
 (0)