diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a127e08..f852457 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['lts', 'current'] + node: ['lts/*', 'current'] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 'lts' + node-version: 'lts/*' cache: 'yarn' - name: Build and release run: |