Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
env: {
commonjs: true,
node: true,
mocha: true,
},
extends: ['@parcellab/eslint-config/base'],
rules: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [22.x, 24.x]
node-version: [24.x, 26.x]

steps:
- uses: actions/checkout@v7.0.0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/tmp
update/readme.txt
.vscode
.zed
2 changes: 1 addition & 1 deletion DATA_REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Additional format notes:

## 5) Testing
- Add test cases to `test/tests.js` under `countriesPostalCodes`: include the country ISO/name, a representative zip, expected region code, and set `usingGoogle: false`.
- Run `npm test` to execute Mocha tests.
- Run `npm test` to execute the Node.js test runner.
- Optional: verify pretty-name lookups via `getNameFromCountryAndRegion` using the `regionNames` file.

## 6) Data quality checklist
Expand Down
Loading