Skip to content

Bump gatsby from 5.13.3 to 5.13.5 #132

Bump gatsby from 5.13.3 to 5.13.5

Bump gatsby from 5.13.3 to 5.13.5 #132

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
lint-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 15.x
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run lint
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.18
id: go
- name: Install speccheck
run: go install github.com/lightclient/rpctestgen/cmd/speccheck@latest
- name: Run speccheck
run: speccheck -v