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 ee5a4545bfb12016b8d0dbea513045c77e1e28c4
parent a7b3f70bdeb8bd881a00b20364f9812180de8874
Author: finwo <finwo@pm.me>
Date:   Tue,  4 Apr 2023 11:01:24 +0200

Drop support for 12.x during testing

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: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.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: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v1