ci: deprecated opt

This commit is contained in:
Marc Cataford 2021-02-17 21:32:19 -05:00
parent 226c954092
commit 01745deb8d

View file

@ -47,7 +47,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 --frozen-lockfile - run: yarn --immutable
- run: yarn build - run: yarn build
release: release:
name: Release name: Release