Skip to content

bump node and npm versions #194

bump node and npm versions

bump node and npm versions #194

Workflow file for this run

name: CI tests
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: ./in-docker.sh 'npm install && npm run build && npm test'