Skip to content

Use new authentication method #16

Use new authentication method

Use new authentication method #16

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Build the project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run build