From 731aac5820c46fc07c8421e5f551866fd9bf43ad Mon Sep 17 00:00:00 2001 From: Palm Date: Mon, 13 Feb 2023 08:45:55 +0700 Subject: [PATCH] ci: target specific node version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40e53e48..6af9de26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 'latest' + node-version: '18' cache: 'npm' - name: Setup Android SDK uses: amyu/setup-android@v2 @@ -49,4 +49,4 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }} - run: npx semantic-release + run: npm exec semantic-release