Skip to content

Commit 160b901

Browse files
committed
Missing npm install
1 parent 0701f83 commit 160b901

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/localization-pull-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
node-version: 20
1717

18+
- name: Install dependencies
19+
run: npm install
20+
1821
- name: Pull Google Sheets to JSON
1922
uses: ./ # Use the local action
2023
with:

.github/workflows/localization-push-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
node-version: 20
1717

18+
- name: Install dependencies
19+
run: npm install
20+
1821
- name: Push JSON to Google Sheets
1922
uses: ./ # Use the local action
2023
with:

0 commit comments

Comments
 (0)