From 0938aadd164116f1ae42e3a5915f753ff1256ff0 Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Sat, 20 Jan 2024 10:35:35 -0600 Subject: [PATCH] feat: Fix release --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}