Skip to content

Commit dcbab64

Browse files
committed
update node to >14.x & add notification entity and service in index.js
1 parent c697540 commit dcbab64

9 files changed

+23484
-18094
lines changed

.github/workflows/netlicensing-js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x]
12+
node-version: [14.x, 16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/netlicensing-js-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 12
14+
node-version: 14
1515
- run: npm ci
1616
- run: npm test
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 12
25+
node-version: 14
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm publish

0 commit comments

Comments
 (0)