Skip to content

Commit

Permalink
Merge pull request #134 from nimblehq/release/cli-1.1.0-cra-3.1.0
Browse files Browse the repository at this point in the history
Release CLI 1.1.0, CRA 3.1.0
  • Loading branch information
carryall authored Oct 4, 2022
2 parents 3a8597e + 5201163 commit 12dc71e
Show file tree
Hide file tree
Showing 18 changed files with 5,849 additions and 3,717 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
node: [16]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup node and restore cached dependencies
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "npm"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-cra-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
node: [14, 16]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup node and restore cached dependencies
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand Down
Loading

0 comments on commit 12dc71e

Please sign in to comment.