Skip to content

Commit

Permalink
test against node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Apr 29, 2021
1 parent e5b82cf commit 765a22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '10', '12', '14', '15' ]
node: [ '10', '12', '14', '15', '16' ]

steps:
- name: Clone repository
Expand Down

0 comments on commit 765a22a

Please sign in to comment.