Skip to content

Commit

Permalink
Merge pull request #328 from alallier/nodeCiVersions
Browse files Browse the repository at this point in the history
Drop CI on 12.x and add 18.x
  • Loading branch information
alallier authored Jan 2, 2023
2 parents 5b32e88 + b4f765b commit fe9ed4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down
Binary file modified test/api/https/test-only.pfx
Binary file not shown.

0 comments on commit fe9ed4a

Please sign in to comment.