Skip to content

Commit

Permalink
Update tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Jul 28, 2023
1 parent c3a6401 commit 7c5ae1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['10.x', '12.x', '14.x', '16.x']
node-version: ['16.x', '18.x', '20.x']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
github-token: ${{ secrets.github_token }}

0 comments on commit 7c5ae1c

Please sign in to comment.