Skip to content

Bump dset from 3.1.3 to 3.1.4 #52

Bump dset from 3.1.3 to 3.1.4

Bump dset from 3.1.3 to 3.1.4 #52

Workflow file for this run

name: general
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Test software
run: npm test