Skip to content

Commit

Permalink
Run tests in Node 16 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Aug 9, 2021
1 parent e97b842 commit 2d5d6ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

strategy:
matrix:
node-version: [14]
node-version: [16]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

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

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

0 comments on commit 2d5d6ad

Please sign in to comment.