Skip to content

Commit

Permalink
CI: Run tests with NodeJS 16.x (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 17, 2021
1 parent 87d7939 commit b77317c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:

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

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

0 comments on commit b77317c

Please sign in to comment.