diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4dbca315d..d3044845d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -91,6 +91,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Setup Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' - name: Semantic Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}