Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 04c51a6

Browse files
authored
Merge pull request #10 from rndquu/ci/fix-cspell
ci: fix cspell
2 parents 51cdbc4 + 06f623e commit 04c51a6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/cspell.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
# needed to use yarn v4
16+
- name: Enable corepack
17+
run: corepack enable
18+
1519
- name: Set up Node.js
1620
uses: actions/setup-node@v4
1721
with:

.github/workflows/jest-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
permissions: write-all
1313
runs-on: ubuntu-latest
1414
steps:
15+
# needed to use yarn v4
16+
- name: Enable corepack
17+
run: corepack enable
1518
- uses: actions/setup-node@v4
1619
with:
1720
node-version: "20.10.0"

0 commit comments

Comments
 (0)