Skip to content

Commit f99a51d

Browse files
committed
Alphabetical Region Ordering
Update bundle configuration
1 parent 596b7f0 commit f99a51d

5 files changed

Lines changed: 218 additions & 234 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: '20.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: '20.x'
14+
node-version: '22.x'
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn run build
1717
- run: node --test --test-concurrency 1

0 commit comments

Comments
 (0)