Skip to content

chore(deps): Bump next from 11.0.1 to 14.2.15 #76

chore(deps): Bump next from 11.0.1 to 14.2.15

chore(deps): Bump next from 11.0.1 to 14.2.15 #76

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn --silent
- run: yarn lint
- run: yarn build
- run: yarn test:ci
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag planning-poker:$(date +%s)