diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1407751..6a608ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,11 +48,14 @@ jobs: - name: Prints output of run-vcpkg's action run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}'" + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: 14 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3.4.1 + uses: cycjimmy/semantic-release-action@v4 id: semantic # Need an `id` for output variables with: - semantic_version: 18 # You can specify specifying version range for the extra plugins if you prefer. extra_plugins: | @semantic-release/changelog