diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 5b96c6b..ddf56d2 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.20 - name: Install run: go mod download && git config --global --add safe.directory '*' @@ -34,7 +34,7 @@ jobs: run: ./scripts/unit-travis.sh - uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "18" - run: npm install && npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file