Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add i18n APIs to Nuxt Context #1120

Merged
merged 3 commits into from
Mar 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test in node 14, drop 10
  • Loading branch information
rchl committed Mar 24, 2021
commit 6eeeda17430106ca04ab4efe6c2d41393cc7eef6
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x]
name: Use Node.js ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
Expand Down