Skip to content

Commit

Permalink
Allow auto bump package version (#14)
Browse files Browse the repository at this point in the history
* Update deps, Init dependabot

* Remove .npmrc

* Allow publish to npm registry after CI only

* Fix scripts' commands

* Allow dependabot to bump the package version

* Resolve vulnerabilities

* Fix deps error TS2403 AbortSignal

* Add prettier, Fix tests

* Fix backward compatibility to v3 fastify

* Allow auto bump package version

---------

Co-authored-by: denbon05 <[email protected]>
  • Loading branch information
denbon05 and denbon05 authored Aug 22, 2023
1 parent db162ed commit c6fd6af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
jobs:
bump:
runs-on: ubuntu-latest
# allow dependabot to bump the version of the package
if: github.actor == 'dependabot[bot]'

steps:
- name: Bumping version
Expand Down

0 comments on commit c6fd6af

Please sign in to comment.