Skip to content

fix: bump @govtechsg/dnsprove from 2.5.0 to 2.6.1 (#52) #53

fix: bump @govtechsg/dnsprove from 2.5.0 to 2.6.1 (#52)

fix: bump @govtechsg/dnsprove from 2.5.0 to 2.6.1 (#52) #53

Workflow file for this run

name: Github Actions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build