Skip to content

Commit 5b7cb92

Browse files
committed
Updated nove version
1 parent a0f26d1 commit 5b7cb92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '14.x'
17+
node-version: '16.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
scope: '@obi-tec'
2020
- run: npm ci
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: '14.x'
30+
node-version: '16.x'
3131
registry-url: 'https://registry.npmjs.org'
3232
scope: '@obi-tec'
3333
- run: npm ci

0 commit comments

Comments
 (0)