Skip to content

Commit

Permalink
This needs node
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 19, 2024
1 parent 86bfde0 commit 666d9b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/i18n-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
cancel-in-progress: true

steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci

- name: Merge PR if there are significant changes
run: |
BASE_SHA="${{ github.event.pull_request.base.sha }}"
Expand Down

0 comments on commit 666d9b7

Please sign in to comment.