Skip to content

Commit 96c78ca

Browse files
committed
rm node10 from tests
1 parent 6116f60 commit 96c78ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
node-version: [10.x, 12.x, 14.x]
21+
node-version: [12.x, 14.x, 16.x]
2222
os: [ubuntu-latest, windows-latest, macos-latest]
2323
steps:
2424
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)