Skip to content

Commit

Permalink
Merge pull request #283 from lo1tuma/node16
Browse files Browse the repository at this point in the history
Add node v16 to CI environments
  • Loading branch information
lo1tuma committed May 26, 2021
2 parents 70d59af + 5d530a8 commit d6c491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit d6c491c

Please sign in to comment.