Skip to content

US-2106 Updating rLogin to be able to use node 16+ #511

US-2106 Updating rLogin to be able to use node 16+

US-2106 Updating rLogin to be able to use node 16+ #511

Workflow file for this run

name: ci
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i
- run: npm run test:ci
- run: npm run lint
- run: npm publish --dry-run
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}