diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f02be10..9947b1b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,9 +37,6 @@ jobs: name: Build bundle and publish runs-on: ubuntu-latest needs: [docs] - strategy: - matrix: - node: [16, 18, 20] steps: - name: Checkout ${{ matrix.node }} uses: actions/checkout@v3 @@ -47,7 +44,7 @@ jobs: - name: Setup node ${{ matrix.node }} uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node }} + node-version: 16 - name: Cache dependencies ${{ matrix.node }} uses: actions/cache@v3 diff --git a/README.md b/README.md index f7789a9..3b646a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 📦 NPM Package Template - Zero Config 📦 ![Test suite](https://github.com/jankapunkt/npm-package-template/workflows/Test%20suite/badge.svg) +[![Build and publish](https://github.com/jankapunkt/npm-package-template/actions/workflows/publish.yml/badge.svg)](https://github.com/jankapunkt/npm-package-template/actions/workflows/publish.yml) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) ![GitHub](https://img.shields.io/github/license/jankapunkt/npm-package-template)