mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
This needs node
This commit is contained in:
parent
86bfde01e8
commit
666d9b7ca6
1 changed files with 6 additions and 2 deletions
8
.github/workflows/i18n-automerge.yml
vendored
8
.github/workflows/i18n-automerge.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue