Skip to content

Pin version of std temporarily #33

Pin version of std temporarily

Pin version of std temporarily #33

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
history:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: v1.39.1
- run: deno test history.test.ts