Skip to content

Commit

Permalink
Tnolet/maintenance updates (#959)
Browse files Browse the repository at this point in the history
* chore: bump to node 18 [sc-00]

* chore: fixes via npm audit fix [sc-00]

* chore: updates vulnerable oclif packages and out of date ts-jest [sc-00]

* fix: make locations for CheckGroup optional fixes #939 [sc-00]
  • Loading branch information
tnolet authored Aug 15, 2024
1 parent 30f39f8 commit c9bd0b2
Show file tree
Hide file tree
Showing 6 changed files with 1,600 additions and 2,782 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
v18.20.4
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm run watch --workspace packages/cli

### Running E2E test locally

To run the E2E tests pointing to your local backed use the `npm run test:e2e:local --workspace packages/cli`
To run the E2E tests pointing to your local backend use the `npm run test:e2e:local --workspace packages/cli`

Remember that the `--workspace packages/cli` flag isn't necessary when running commands from the `packages/cli` directory.

Expand Down
Loading

0 comments on commit c9bd0b2

Please sign in to comment.