Skip to content

Switch pkg template variable name to new package name #27

Switch pkg template variable name to new package name

Switch pkg template variable name to new package name #27

name: build
on: [push]
jobs:
build:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test