Skip to content

Issue 58: credentials expiry warning and workaround #179

Issue 58: credentials expiry warning and workaround

Issue 58: credentials expiry warning and workaround #179

Workflow file for this run

name: "Run linting and tests"
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm i -g npm@9
- run: npm ci
- run: npm run lint-check
- run: npm run test