ci: deprecated opt
This commit is contained in:
parent
226c954092
commit
01745deb8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn --immutable
|
||||
- run: yarn build
|
||||
release:
|
||||
name: Release
|
||||
|
|
Reference in a new issue