Skip to content

Commit

Permalink
Merge pull request #188 from neuroglia-io/v1.0.0-alpha
Browse files Browse the repository at this point in the history
v1.0.0-alpha
  • Loading branch information
cdavernas authored Jan 13, 2025
2 parents af7a343 + 9760570 commit 0fa8f89
Show file tree
Hide file tree
Showing 529 changed files with 37,009 additions and 27,856 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [20.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npmjs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '15.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm test
Expand Down
11 changes: 9 additions & 2 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Serverless Workflow Typescript SDK Maintainers
# Serverless Workflow Org Maintainers

* [Jean-Baptiste Bianchi](https://github.com/JBBianchi)
* [Charles d'Avernas](https://github.com/cdavernas)
* [Ricardo Zanini](https://github.com/ricardozanini)

# Serverless Workflow Org Emeritus Maintainers
* [Antonio Mendoza Pérez](https://github.com/antmendoza)
* [Tihomir Surdilovic](https://github.com/tsurdilo)

# Maintainers Mailing list
[cncf-serverlessws-maintainers](mailto:[email protected])
Loading

0 comments on commit 0fa8f89

Please sign in to comment.