Skip to content

Commit

Permalink
fix(deps): update i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed May 3, 2021
1 parent b0597ea commit 7bd800d
Show file tree
Hide file tree
Showing 3 changed files with 24,336 additions and 12,338 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Install
run: npm ci
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 7bd800d

Please # to comment.