Skip to content

feat: add credentials #39

feat: add credentials

feat: add credentials #39

Workflow file for this run

name: Test Package
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run test