-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
65223bc
commit 52f6334
Showing
3 changed files
with
34,610 additions
and
17,415 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 |
---|---|---|
|
@@ -21,6 +21,9 @@ on: | |
- minor | ||
- patch | ||
default: 'patch' | ||
push: | ||
branches: | ||
- '*' | ||
permissions: | ||
contents: write | ||
jobs: | ||
|
@@ -34,7 +37,10 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '20' | ||
|
||
- name: Setup Yarn | ||
run: | | ||
corepack enable | ||
corepack prepare [email protected] --activate | ||
- name: Install dependencies | ||
shell: bash | ||
run: yarn install | ||
|
Oops, something went wrong.