Skip to content

Commit

Permalink
build: update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 11, 2023
1 parent 51997eb commit 2d29802
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ref: master
- name: Semantic Release
run: |
npm ci
npm
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"eslint": "^5.16.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
"flow-bin": "^0.211.1",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"jest-environment-uint8array": "^1.0.0",
Expand Down

0 comments on commit 2d29802

Please sign in to comment.