Skip to content

Commit

Permalink
fix(ci): update stable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jan 27, 2023
1 parent 97c12fd commit d42ee5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Lint
run: yarn lint
run: pnpm lint

- name: Build
run: yarn build:ci
run: pnpm build

- name: Test
run: yarn test:ci
run: pnpm test:ci

release:
name: Release
Expand All @@ -58,8 +58,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1.8.24
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.1.1
Expand Down

0 comments on commit d42ee5e

Please sign in to comment.