Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
grrowl committed Sep 7, 2024
1 parent ad261e9 commit 3996eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: yarn install
- run: npm ci

- run: yarn test
- run: npm test
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 3.0.2

Bump braces from 3.0.2 to 3.0.3

Migrate `yarn.lock` to `package-lock.json`

# 3.0.1
Expand Down

0 comments on commit 3996eb3

Please sign in to comment.