Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed May 7, 2024
1 parent 45e1e37 commit 717c0e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ jobs:
increment-semver:
runs-on: ubuntu-latest
steps:
- name: Github checkout
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Bump package.json version
run: npm version patch

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ jobs:
increment-semver:
runs-on: ubuntu-latest
steps:
- name: Github checkout
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Bump package.json version
run: npm version patch

Expand Down

0 comments on commit 717c0e2

Please sign in to comment.