Skip to content

upgrade to NPM, ESLint 9+ and native coverage #14

upgrade to NPM, ESLint 9+ and native coverage

upgrade to NPM, ESLint 9+ and native coverage #14

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Test and build
run: npm run prepublishOnly