Skip to content

chore: sync mirror and update README #4

chore: sync mirror and update README

chore: sync mirror and update README #4

Workflow file for this run

name: NodeJs Tests
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
tests:
strategy:
matrix:
nodeversion: ["15.x", "22.x", "24.x", "26.x", "latest"]
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v6
- name: Setup Node
uses: https://github.com/actions/setup-node@v6
with:
node-version: ${{ matrix.nodeversion }}
- name: Run Test
run: node --version && node tests/test-encrypt-decrypt.js