Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
refactor: node 18 and npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Nov 27, 2023
1 parent 5406079 commit 1dc1f85
Show file tree
Hide file tree
Showing 6 changed files with 1,393 additions and 1,124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log (@egomobile/api-utils)

## 3.0.0

- module requires at least:
- [Node 18+](https://nodejs.org/gl/blog/release/v18.0.0/)
- [node-http-server 0.64.0+](https://github.com/egomobile/node-http-server)
- `npm update`s

## 2.0.2

- add `createSwaggerStatSettings()` and `setupControllersWithSwaggerStats()` functions
Expand Down

0 comments on commit 1dc1f85

Please sign in to comment.