Skip to content

Commit

Permalink
Test the framework with Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 28, 2020
1 parent 1101785 commit 9585801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12]
node-version: [10, 12, 14]

services:
mongodb:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

env:
SETTINGS_AWS_ACCESS_KEY_ID: ${{ secrets.SETTINGS_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 9585801

Please sign in to comment.