diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ae581c2..93d3a7d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,9 +17,13 @@ jobs: - name: checkout uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + cache: npm + - name: install dev dependencies run: npm install - - name: build the actions run: npm run build @@ -35,4 +39,5 @@ jobs: user-name: GHA build process create-target-branch-if-needed: true commit-message: Build from - ${{ github.sha }}. Original commit message - ${{ github.event.head_commit.message }} - target-branch: ${{ github.ref_name }} \ No newline at end of file + target-branch: ${{ github.ref_name }} + user-email: actions@github.com