supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit 12e527acd5f4bac8fe509e46eeb34196e800cbed
parent 7f1e177078a26d7ac6d5fc0f887d4c3ea33b67f6
Author: finwo <finwo@pm.me>
Date:   Wed, 17 Jun 2020 17:14:24 +0200

Stop actively testing on Node 8

Diffstat:
M.github/workflows/publish.yml | 2+-
M.github/workflows/test.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v1