Skip to content

Commit

Permalink
fix branch name and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Apr 4, 2024
1 parent c97c6ff commit b20733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
ref: 'transifex-clone'

- name: Merge develop into transifex
run: git merge develop-clone
run: git merge origin/develop-clone

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: npm

- name: Install npm Dependencies
Expand Down

0 comments on commit b20733a

Please sign in to comment.