From bc151d08db50b61a6f73709e40e6f219ca092faf Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sun, 7 May 2023 15:59:13 +0900 Subject: [PATCH] [chore] actions fix again and again --- .github/workflows/github-actions-builder.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions-builder.yml b/.github/workflows/github-actions-builder.yml index 0e8e31c6..6d051360 100644 --- a/.github/workflows/github-actions-builder.yml +++ b/.github/workflows/github-actions-builder.yml @@ -15,15 +15,15 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - id: set_var - run: | - content=`cat version.json` - echo "::set-output name=packageJson::$content" - uses: actions/checkout@v3 - name: setup node uses: actions/setup-node@v3 with: node-version: 18 + - id: set_var + run: | + content=`cat version.json` + echo "::set-output name=packageJson::$content" - name: install pnpm uses: pnpm/action-setup@v2 with: