Skip to content

Commit

Permalink
Bumped package version, updated workflows to use node 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
seidelmartin committed Mar 1, 2024
1 parent b470d93 commit 0c32a46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
- run: npm run lint
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v2
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": "nest-koa-adapter",
"version": "3.0.0",
"version": "3.1.0",
"description": "Koa HTTP adapter for Nest.js",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 0c32a46

Please sign in to comment.