diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 195555a3a..403a0ffaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,10 +9,12 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v2-beta with: node-version: '12' - name: Check types + linting + build + + - name: Check types + linting + build run: | yarn yarn build diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..694837b8f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @bluestreak01 @mpsq