Skip to content

Commit

Permalink
Update Node for tests to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 27, 2022
1 parent 38aa530 commit 434e5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14.x']
node: ['16.x']

steps:
- name: Checkout repo
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['14.x']
node: ['16.x']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['14.x']
node: ['16.x']
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7']
steps:
- name: Checkout repo
Expand Down

0 comments on commit 434e5f9

Please # to comment.