Skip to content

Commit

Permalink
Merge pull request #118 from 10up/develop
Browse files Browse the repository at this point in the history
2.0.0 Release
  • Loading branch information
nicholasio authored Jan 13, 2022
2 parents 542ec9b + b780d55 commit 33073c3
Show file tree
Hide file tree
Showing 35 changed files with 46,828 additions and 5,530 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2.4.0

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand All @@ -29,4 +29,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test
run: npm run test
Loading

0 comments on commit 33073c3

Please sign in to comment.