diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c48c3ff..5580771 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup env uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - run: yarn name: Install dependencies - name: ESLint checks @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: yarn - run: yarn publish --non-interactive @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://npm.pkg.github.com/ scope: '@butlerx' - run: yarn