diff --git a/template/.github/workflows/testPublish.yml b/template/.github/workflows/testPublish.yml index 5a92ca1a..8dbfa9ae 100644 --- a/template/.github/workflows/testPublish.yml +++ b/template/.github/workflows/testPublish.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: [abstractNodeVersion] - run: npm ci - run: npm run build - uses: cycjimmy/semantic-release-action@v2