Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: add node 10.x and 14.x to build matrix (#367)
Browse files Browse the repository at this point in the history
This is to keep same node versions accross nodeshift org
  • Loading branch information
helio-frota committed Oct 6, 2020
1 parent f00ffbe commit 8a3c687
Show file tree
Hide file tree
Showing 4 changed files with 4,140 additions and 1,407 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 8a3c687

Please sign in to comment.