build(docker): skip cypress install & bump node version (#2920)

This commit is contained in:
TheCatLady
2022-08-16 20:46:03 -07:00
committed by GitHub
parent a6f7b19693
commit 114943ae2c
4 changed files with 7 additions and 7 deletions

View File

@@ -13,13 +13,13 @@ jobs:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-20.04
container: node:16.14-alpine
container: node:16.17-alpine
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
env:
HUSKY_SKIP_INSTALL: 1
HUSKY: 0
run: yarn
- name: Lint
run: yarn lint