Skip to content

Commit

Permalink
chore: update git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Dec 16, 2022
1 parent 130c2cf commit 209d0f9
Show file tree
Hide file tree
Showing 2 changed files with 10,581 additions and 7,669 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies 💿
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Run Tests 🧪
run: yarn coverage
- name: Report coverage 📏
Expand All @@ -50,7 +50,7 @@ jobs:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies 💿
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Publish 🚀
run: yarn run release
env:
Expand Down
Loading

1 comment on commit 209d0f9

@vercel
Copy link

@vercel vercel bot commented on 209d0f9 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.vercel.app
zod-i18n-aiji42.vercel.app
zod-i18n-git-main-aiji42.vercel.app

Please sign in to comment.