diff --git a/.github/workflows/public.yml b/.github/workflows/publish.yml similarity index 84% rename from .github/workflows/public.yml rename to .github/workflows/publish.yml index afbabac2..8a4ee7ef 100644 --- a/.github/workflows/public.yml +++ b/.github/workflows/publish.yml @@ -4,18 +4,17 @@ on: branches: - 'master' - jobs: publish: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: - node-version: [14] + node-version: [16] steps: - name: Checkout uses: actions/checkout@v2 with: - fetch-depth: 0 + fetch-depth: 0 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} @@ -32,4 +31,4 @@ jobs: run: yarn ci:publish env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}