-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
5,218 additions
and
5,541 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ runs: | |
# Install Yarn v2 dependencies | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14.17.3' | ||
node-version: '20.9.0' | ||
- run: npm install -g "[email protected]" | ||
shell: bash | ||
- uses: actions/cache@v2 | ||
|
@@ -17,9 +17,9 @@ runs: | |
.yarn/unplugged | ||
.yarn/install-state.gz | ||
.pnp.cjs | ||
key: ${{ runner.os }}-${{ runner.arch }}-yarn-v3-${{ hashFiles('**/yarn.lock', '**/package.json') }} | ||
key: ${{ runner.os }}-${{ runner.arch }}-yarn-v4-${{ hashFiles('**/yarn.lock', '**/package.json') }} | ||
restore-keys: | | ||
${{ runner.os }}-${{ runner.arch }}-yarn-v3- | ||
${{ runner.os }}-${{ runner.arch }}-yarn-v4- | ||
- run: yarn install --immutable | ||
name: Install yarn deps | ||
shell: bash |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: ./.github/commands/dependencies/install_yarn_deps | ||
- run: yarn pnpify depcheck | ||
- run: yarn depcheck | ||
|
||
run-pre-commits: | ||
runs-on: ubuntu-latest | ||
|
@@ -40,9 +40,7 @@ jobs: | |
fetch-depth: 100 # need the history to do a changed files check below (source, origin) | ||
- uses: actions/setup-python@v2 | ||
- uses: ./.github/commands/dependencies/install_yarn_deps | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --source ${{ github.event.pull_request.base.sha || 'HEAD~1' }} --origin ${{ github.event.pull_request.head.sha || 'HEAD' }} | ||
- uses: pre-commit/[email protected] | ||
|
||
build-to-npm: | ||
if: github.ref == 'refs/heads/main' | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
14.17.3 | ||
20.9.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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.