Skip to content

Commit

Permalink
Use node tls in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Nov 19, 2023
1 parent 1f6bda3 commit 5baa02b
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ["18", "20"]
node_version: ["20"]
name: Node.js ${{ matrix.node_version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5baa02b

Please sign in to comment.