Skip to content

Commit

Permalink
Merge pull request #20 from node-oauth/ci-update-node-versions
Browse files Browse the repository at this point in the history
update node versions in CI
  • Loading branch information
jankapunkt committed Nov 22, 2023
2 parents 1b7a884 + 8cb072f commit c58132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
steps:
- name: Checkout ${{ matrix.node }}
uses: actions/checkout@v3
Expand Down

0 comments on commit c58132f

Please sign in to comment.