Skip to content

Commit

Permalink
build: Merge pull request #180 from tagproject/dev
Browse files Browse the repository at this point in the history
build: release v11.0.4
  • Loading branch information
Daniil Ryazanov authored Feb 13, 2024
2 parents 4570501 + f990588 commit 5345b01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .config/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
env:
NODE_VERSION: 16
NODE_VERSION: latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
needs: [ test ]
runs-on: ubuntu-latest
env:
NODE_VERSION: 16
NODE_VERSION: latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -69,7 +69,7 @@ jobs:
needs: [ build ]
runs-on: ubuntu-latest
env:
NODE_VERSION: 16
NODE_VERSION: latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

</details>

# :memo: Internal changes

- Fix readme versions [`d0c3542`](https://github.com/tagproject/ts-package-shared-config/commit/d0c3542350f707270a4e53fd109149934cf852d1)

---

# Contributors
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tagproject/ts-package-shared-config",
"version": "11.0.3",
"version": "11.0.4",
"description": "Standard shared config for tagproject packages with Node.js and TypeScript",
"license": "MIT",
"homepage": "https://github.com/tagproject/ts-package-shared-config#readme",
Expand Down

0 comments on commit 5345b01

Please sign in to comment.