Skip to content

Commit

Permalink
chore: fix ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninerian committed Feb 26, 2024
1 parent 2e936c6 commit 84ca02d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18

- name: Install dependencies
run: yarn install
- name: Install dependencies
run: yarn install

- name: Lint code
run: yarn lint
- name: Lint code
run: yarn lint

- name: Unit test
run: yarn jest --coverage
- name: Unit test
run: yarn jest --coverage

release:
name: Release
Expand All @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
persist-credentials: false

uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 84ca02d

Please sign in to comment.