Skip to content

update: library key #1476

update: library key

update: library key #1476

Workflow file for this run

name: Build and test
on: push
jobs:
tests:
name: 'Build and test'
runs-on: ubuntu-latest
steps:
- uses: szenius/[email protected]
with:
timezoneLinux: "America/New_York"
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.6.1
- run: npm install
- run: npm run build
- run: npm test