Skip to content

Switch pkg template variable name to new package name #171

Switch pkg template variable name to new package name

Switch pkg template variable name to new package name #171

name: Build and Run Specifications
on: [push]
jobs:
build:
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