Skip to content

Commit

Permalink
updating node versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
electric-el committed Oct 22, 2021
1 parent f4ec583 commit cfed41d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version:
- 12.x
- 14.x
- 16.x
- 17.x
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version:
- 12.x
- 14.x
- 16.x
- 17.x
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version:
- 12.x
- 14.x
- 16.x
- 17.x
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit cfed41d

Please sign in to comment.