Skip to content

Commit 592f676

Browse files
authored
chore: drop node 10 and add node 16 (#414)
* chore: drop circleci build * chore: drop node 10 and add node 16 Node 10 is EOL and Node 16 is now LTS. This allows to updates a bunch of dependencies and shouldn't change anything for users (even if we should probably add this to the changelog for good measure).
1 parent b45fca8 commit 592f676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test:
2121
strategy:
2222
matrix:
23-
node: [10, 12, 14]
23+
node: [12, 14, 16]
2424
runs-on: ubuntu-latest
2525

2626
steps:

0 commit comments

Comments
 (0)