Skip to content

Commit

Permalink
Run tests in up to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Aug 11, 2021
1 parent b3557ef commit 0b1834a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "14"
- name: Cache npm
uses: actions/cache@v2
with:
Expand All @@ -133,7 +133,7 @@ jobs:

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

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

0 comments on commit 0b1834a

Please sign in to comment.