Skip to content

Commit f4fbfa2

Browse files
committed
Merge branch 'master' of https://github.com/pmndrs/gltfjsx
2 parents 10c1917 + d7c2cf2 commit f4fbfa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: yarn install --frozen-lockfile
20+
- run: corepack enable
21+
- run: yarn install --immutable
2122
- run: npm test

0 commit comments

Comments
 (0)