Skip to content

fix: client.updateAccountKey now accepts only CryptoKey #25

fix: client.updateAccountKey now accepts only CryptoKey

fix: client.updateAccountKey now accepts only CryptoKey #25

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Test with nginx ${{ matrix.nginx-version }}
strategy:
matrix:
nginx-version:
- 1.25.x
env:
NGINX_VERSION: ${{ matrix.nginx-version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y ca-certificates
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test