Skip to content

Upgraded to node 20 and aws sdk v3, fixed airgradient #86

Upgraded to node 20 and aws sdk v3, fixed airgradient

Upgraded to node 20 and aws sdk v3, fixed airgradient #86

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm install
- run: npm run lint
- run: npm test