Skip to content

Specify how image versions associate in readme #12

Specify how image versions associate in readme

Specify how image versions associate in readme #12

Workflow file for this run

name: Tests in CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test