Skip to content

Commit

Permalink
Prepare for next feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 25, 2024
1 parent 984c111 commit e664564
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/step-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: merge
on:
workflow_call:
jobs:
release:
merge:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Merge into Develop ➡️
uses: devmasx/merge-branch@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set-up User 🐵
uses: fregante/setup-git-user@v2
- name: Bump and Tag 🏷️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.9.0 ]
node-version: [ 20.x ]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "0.1.1-SNAPSHOT",
"version": "0.2.0-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit e664564

Please sign in to comment.