Skip to content

feat: make module that tells you if npm package with version has been deployed #1

feat: make module that tells you if npm package with version has been deployed

feat: make module that tells you if npm package with version has been deployed #1

Workflow file for this run

on:
pull_request:
push:
branches: [main, beta]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run test
run-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run compile