Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Sep 18, 2024
1 parent c4bcde5 commit 1cd282e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.7.0
version: 9.7.1

- name: Install Dependencies
run: |
Expand All @@ -37,4 +37,4 @@ jobs:
with:
ACCESS_TOKEN: ${{ secrets.GHB_TOKEN }}
BRANCH: gh-pages
FOLDER: playground/spa-with-namespace/dist
FOLDER: playground/with-namespace/dist
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org/

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.7.0
version: 9.7.1

- name: Install Dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.2
version: 9.7.1

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.2
version: 9.7.1

- name: Set node version to LTS
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ i18next.changeLanguage = async (lang: string, ...args) => {

## Full Example

Please refer to [i18next example](./playground/spa-with-namespace/src/main.tsx)
Please refer to [i18next example](./playground/with-namespace/src/main.tsx)

## vscode i18n-ally configuration reference

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ i18next.changeLanguage = async (lang: string, ...args) => {

## 完整示例

请参考 [i18next example](./playground/spa-with-namespace/src/main.tsx)
请参考 [i18next example](./playground/with-namespace/src/main.tsx)

## vscode国际化配置参考

Expand Down

0 comments on commit 1cd282e

Please sign in to comment.