Skip to content

Commit

Permalink
Merge pull request #457 from florianholzapfel/fix/publish
Browse files Browse the repository at this point in the history
Fix/publish
  • Loading branch information
florianholzapfel authored Mar 8, 2024
2 parents 575c4ae + 87a83bb commit f0a67d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ["4.4", "5.0", "6.0"]
node-version: [14.x, 16.x]
mongodb-version: ["4.4", "5.0", "6.0", "7.0"]
node-version: [16.x, 18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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": "express-restify-mongoose",
"version": "9.0.0",
"version": "9.0.1",
"description": "Easily create a flexible REST interface for mongoose models",
"keywords": [
"ReST",
Expand Down

0 comments on commit f0a67d4

Please sign in to comment.