Skip to content

Update semver.nimble #16

Update semver.nimble

Update semver.nimble #16

Workflow file for this run

name: Build And Test
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
nim-versions: ['1.6.x', '1.4.x', 'stable']
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-versions }}
- uses: actions/setup-node@v3
with:
node-version: 18
- run: nimble test -y