Skip to content

feat: Protecting Replay Attack (#29) #99

feat: Protecting Replay Attack (#29)

feat: Protecting Replay Attack (#29) #99

# Runs build and test
name: CI
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run build