Skip to content

Commit

Permalink
Merge pull request #14 from fagbokforlaget/EP-4802-update-node-nestjs…
Browse files Browse the repository at this point in the history
…-message-dispatcher

feat: update node
  • Loading branch information
iapain committed Feb 1, 2024
2 parents b169e85 + 0942cca commit 39f5aa3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
18.18.0
20.9.0
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1 +1 @@
nodejs 18.18.0
nodejs 20.9.0

0 comments on commit 39f5aa3

Please sign in to comment.