Skip to content

Commit

Permalink
fix(ci): should fix ci and cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Aug 29, 2023
1 parent f065013 commit d41e9c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull_request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- uses: ./.github/actions/eslint

unit-tests:
Expand All @@ -21,8 +21,8 @@ jobs:
node-version: ["14", "16"]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: ./.github/actions/unit-tests
1 change: 1 addition & 0 deletions .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
contents: write
issues: write
pull-requests: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d41e9c1

Please sign in to comment.