Skip to content

Commit 0378b07

Browse files
committed
Some repo tweaks
1 parent 64557f0 commit 0378b07

File tree

4 files changed

+3161
-1763
lines changed

4 files changed

+3161
-1763
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [12, 14, 16]
16+
node-version: [18, 20]
1717
# Node.js release schedule at https://nodejs.org/en/about/releases/
1818
steps:
1919
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ To add new language, follow steps below:
2323
6. Optional. Run tests as described below to check if everything is fine.
2424
7. Commit your changes and push. Then create a PR from your fork repository.
2525

26+
Check [`{select}`](https://formatjs.io/docs/core-concepts/icu-syntax/#select-format)
27+
and [`{plural}`](https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format)
28+
syntax before editing.
29+
2630
## Testing
2731

2832
If you wish or need to run tests, follow steps:

0 commit comments

Comments
 (0)