chore(deps): bump nanoid from 3.3.7 to 3.3.8 #570
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: i18n Parser | |
on: | |
pull_request: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
i18n_parser: | |
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main | |
with: | |
node_version: '20' | |
pkg_manager: 'yarn' | |
install: 'yarn setup' | |
name: 'i18n parser' | |
command_one: 'yarn i18n --fail-on-update' | |
command_one_name: 'i18n parser' | |
checkout_recursive: false | |
secrets: | |
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}' | |
pat: ${{ secrets.pat }} |