Skip to content

Commit 03ea51e

Browse files
committed
Revert "[ACTIONS] - adding additional node versions for testing"
This reverts commit c6ea664
1 parent c6ea664 commit 03ea51e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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, 14.x, 15.x]
10+
node-version: [10.x, 11.x, 12.x, 13.x]
1111

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

.github/workflows/npmpublish.yml

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

1110
jobs:
1211
build:

0 commit comments

Comments
 (0)