Last bit of yarn bye

This commit is contained in:
Paulus Schoutsen 2021-05-31 08:44:55 -07:00
parent fc4df1c8bb
commit ae45ddc30e
2 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npm ci
- run: script/build
- run: yarn prettier --check src
- run: npm exec prettier --check src

View File

@ -16,7 +16,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}