Skip to content

Commit ed1232d

Browse files
committed
fix(ci): fix corepack setup fail
CI was failing, probably because of a change in the setup-node action: https://github.com/gilbsgilbs/babel-plugin-i18next-extract/actions/runs/7363053375/job/20042120587?pr=264 See also actions/setup-node#480 (comment)
1 parent 8b303a6 commit ed1232d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ env.MAIN_NODE_VERSION }}
19-
cache: 'yarn'
2019
- run: corepack enable
2120
- run: yarn install
2221
- run: yarn run lint
@@ -34,7 +33,6 @@ jobs:
3433
uses: actions/setup-node@v4
3534
with:
3635
node-version: ${{ matrix.node }}
37-
cache: 'yarn'
3836
- run: corepack enable
3937
- name: Install dependencies
4038
run: yarn install

0 commit comments

Comments
 (0)