@@ -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
@@ -16,7 +16,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}