Skip to content

reworked UI for token credential #69

reworked UI for token credential

reworked UI for token credential #69

Workflow file for this run

name: Node.js CI
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, latest]
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Run tests
run: npx nyc@latest --reporter=lcov npm test