Skip to content

Commit

Permalink
wyvox 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Feb 21, 2024
1 parent 238e404 commit 455c9d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
- uses: wyvox/action@v1.1.5
with:
pnpm-args: --frozen-lockfile

Expand All @@ -36,7 +36,7 @@ jobs:
browser: [chrome, firefox]

steps:
- uses: wyvox/action@v1
- uses: wyvox/action@v1.1.5
with:
pnpm-args: --frozen-lockfile

Expand All @@ -54,7 +54,7 @@ jobs:
browser: [chrome, firefox]

steps:
- uses: wyvox/action@v1
- uses: wyvox/action@v1.1.5
with:
pnpm-args: --frozen-lockfile

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
allow-failure: true

steps:
- uses: wyvox/action@v1
- uses: wyvox/action@v1.1.5
with:
pnpm-args: --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
- uses: wyvox/action@v1.1.5
with:
pnpm-args: --frozen-lockfile

Expand Down

0 comments on commit 455c9d1

Please sign in to comment.