Skip to content

Commit 8a95e0b

Browse files
committed
[cdt-177] - Adding new version for CI
1 parent c6c8e3c commit 8a95e0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [10.x, 11.x, 12.x, 13.x]
10+
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
1111

1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- v0.1.*
77
- v0.2.*
88
- v0.*.*
9+
- v1.*.*
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)