Update i18n workflow to 1.3.0

This commit is contained in:
Nicholas Wallace 2024-06-10 19:22:03 -07:00
parent fcd74ae17b
commit cb968ef4ca

View File

@ -20,11 +20,11 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: '20'
# The only argument is the `directory`, which is where the i18n files are
# stored.
- name: Run Update JSON Files action
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.3.0
with:
directory: "client/strings/" # Adjust the directory path as needed
directory: 'client/strings/' # Adjust the directory path as needed