Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Aug 30, 2023
1 parent 07745ae commit 9bd6acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "12"
- name: Install dependencies
run: make install-yarn
- name: Spelling (en)
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "12"
- name: Install dependencies
run: make install-yarn
- name: Spelling (fr)
Expand Down

0 comments on commit 9bd6acb

Please sign in to comment.