Skip to content

Commit

Permalink
chore: revert yarn version to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Dec 16, 2022
1 parent 7a22a5f commit 53d3ca9
Show file tree
Hide file tree
Showing 7 changed files with 155,119 additions and 11,401 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
registry-url: https://registry.npmjs.org
- uses: actions/cache@v3
with:
path: |
**/node_modules
.yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies 💿
run: yarn install --immutable
run: yarn install --frozen-lockfile
- name: Run Tests 🧪
run: yarn coverage
- name: Report coverage 📏
Expand All @@ -49,12 +47,10 @@ jobs:
registry-url: https://registry.npmjs.org
- uses: actions/cache@v3
with:
path: |
**/node_modules
.yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies 💿
run: yarn install --immutable
run: yarn install --frozen-lockfile
- name: Publish 🚀
run: yarn run release
env:
Expand Down
Loading

1 comment on commit 53d3ca9

@vercel
Copy link

@vercel vercel bot commented on 53d3ca9 Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zod-i18n – ./

zod-i18n-aiji42.vercel.app
zod-i18n.vercel.app
zod-i18n-git-main-aiji42.vercel.app

Please sign in to comment.