This repository has been archived by the owner on May 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: skip commit verification + bump @babel/* dependencies
- Loading branch information
Showing
7 changed files
with
969 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,17 +16,17 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout source code" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v3" | ||
with: | ||
lfs: true | ||
fetch-depth: 0 | ||
|
||
- id: yarn-cache | ||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT | ||
- uses: "actions/[email protected]" | ||
- name: "🔧 setup node" | ||
uses: actions/setup-node@v3 | ||
with: | ||
path: ${{ steps.yarn-cache.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
cache: "yarn" | ||
node-version: 16 | ||
cache-dependency-path: "yarn.lock" | ||
|
||
- run: "yarn install --frozen-lockfile" | ||
- run: "yarn lint" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,17 +14,17 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout source code" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v3" | ||
with: | ||
lfs: true | ||
fetch-depth: 0 | ||
|
||
- id: yarn-cache | ||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT | ||
- uses: "actions/[email protected]" | ||
- name: "🔧 setup node" | ||
uses: actions/setup-node@v3 | ||
with: | ||
path: ${{ steps.yarn-cache.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
cache: "yarn" | ||
node-version: 16 | ||
cache-dependency-path: "yarn.lock" | ||
|
||
- run: "yarn install --frozen-lockfile" | ||
- run: "yarn lint" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,17 +18,17 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout source code" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v3" | ||
with: | ||
lfs: true | ||
fetch-depth: 0 | ||
|
||
- id: yarn-cache | ||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT | ||
- uses: "actions/[email protected]" | ||
- name: "🔧 setup node" | ||
uses: actions/setup-node@v3 | ||
with: | ||
path: ${{ steps.yarn-cache.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
cache: "yarn" | ||
node-version: 16 | ||
cache-dependency-path: "yarn.lock" | ||
|
||
- run: "yarn install --frozen-lockfile" | ||
- run: "yarn lint" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.