Skip to content

Commit

Permalink
FIX add node v16 to GitActions utests and remove node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Feb 2, 2022
1 parent 04a2cc6 commit 6333598
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ jobs:
strategy:
matrix:
node-version:
# FIXME: node v10 has been deprecated, but we are going to keep its regression for a while
- 10.x
- 12.x
- 14.x
- 16.x
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6333598

Please sign in to comment.