Update dependency i18next to v23.16.4 #297
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: Continuous Integration | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
test: | |
name: Tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- uses: actions/setup-node@master | |
- uses: c-hive/gha-yarn-cache@v2 | |
- name: Install node modules | |
run: | | |
yarn install | |
- name: Run test | |
run: | | |
yarn lint |