Skip to content

Bump version of scripts for github actions #67

Bump version of scripts for github actions

Bump version of scripts for github actions #67

name: build
on: [push]
jobs:
build:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test