diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e09ab78..c9da44db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: needs: [create_tgz] strategy: matrix: - node: [20, 18, 16, 14, 12] + node: [23, 22, 20, 18, 16] steps: - uses: actions/setup-node@v4 with: diff --git a/README.md b/README.md index 611062df..826cace5 100644 --- a/README.md +++ b/README.md @@ -622,30 +622,24 @@ if (require.main === module) { } ``` -Note that this uses the [@rushstack/ts-command-line](https://www.npmjs.com/package/@rushstack/ts-command-line) package, which shows only the top-level message of any errors throw by default. See [here](https://github.com/sequelize/umzug/issues/619#issuecomment-1793297576) for how you can see a full stack trace. - #### CLI Usage A script like the one above is now a runnable CLI program. You can run `node migrator.js --help` to see how to use it. It will print something like: ``` -usage: