Skip to content

Commit 7d521e3

Browse files
committed
Remove Node 12, add Node 16 to test matrix
1 parent d30ced3 commit 7d521e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: ['10', '12', '14']
8+
node-version: ['12', '14', '16']
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)