diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e882bdf919..f961e52805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Use 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 }}