diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d339a0d..3f513084 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,15 +2,15 @@ name: "Build & Test" on: push: - branches: [ main, dev ] + branches: [ v1.x ] paths-ignore: - '**/*.md' - - '.github' + # - '.github' pull_request: - branches: [ main, dev ] + branches: [ v1.x ] paths-ignore: - '**/*.md' - - '.github' + # - '.github' env: pnpm_version: 7 diff --git a/.gitignore b/.gitignore index 467334ff..4cb12db5 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,7 @@ dist inversify-express-utils .idea -.DS_Store \ No newline at end of file +.DS_Store + +.nx +.azurite \ No newline at end of file diff --git a/README.md b/README.md index 9260a510..39d8867c 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Azure Function Lightweight frameworks with DI, providing type safe function triggers and bindings

-

Build & Test codecov npm version npm download

+

Build & Test codecov npm version npm download

| Version | Status | Azure Functions Node.js | branch | -|---------|-------------|-------------------------|--------| +| ------- | ----------- | ----------------------- | ------ | | v1.x | Maintenance | v3.x | v1.x | -| v2.x | In Progress | v4.x | next | +| v2.x | Alpha | v4.x | main | > **Nammatham** v1 is stable now (I've currently used in production), due to Nammatham v1 is based on Azure Functions Node.js v3.5.x. Azure will release Azure Functions Node.js v4 in GA (General availability) soon, [See in Roadmap 2023](https://github.com/Azure/azure-functions-nodejs-library/wiki/Roadmap) >