Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
mxjp committed Dec 19, 2024
2 parents 6e8f80b + 08679af commit a97813d
Show file tree
Hide file tree
Showing 31 changed files with 1,109 additions and 3,285 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
scope: netatwork
- run: npm ci
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/node_modules
/dist
/node_modules
/test_out
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/.editorconfig
/.github
/node_modules
/src
/test
/test_out
/node_modules
/ava.*
/tsconfig*
/src
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# 5.0
+ **Breaking Change**: Drop support for nodejs 19 or lower.

# 4.1
+ Add `--no-externals` command line option.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,6 @@ Show verbose information like the effective configuration options.

### `--no-externals`
If specified, external locales are not included in the output.

### `--no-color`
Disable colored command line output.
9 changes: 0 additions & 9 deletions ava.config.mjs

This file was deleted.

Loading

0 comments on commit a97813d

Please sign in to comment.