chore: Add RC files #5

Merged
msrose merged 2 commits from add-rc-files into master 2020-03-06 21:16:08 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 9537f89d80 - Show all commits

View file

@ -34,7 +34,7 @@ jobs:
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true fail_ci_if_error: true
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: test
@ -48,7 +48,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: yarn - run: yarn --frozen-lockfile
- run: yarn build - run: yarn build
release: release:
name: Release name: Release

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
12

1
.yvmrc Normal file
View file

@ -0,0 +1 @@
1.22.0