Skip to content

Commit

Permalink
Updated nove version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocamboim committed Feb 6, 2023
1 parent a0f26d1 commit 5b7cb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@obi-tec'
- run: npm ci
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@obi-tec'
- run: npm ci
Expand Down

0 comments on commit 5b7cb92

Please sign in to comment.