Skip to content

Commit 0fa8f89

Browse files
authored
Merge pull request #188 from neuroglia-io/v1.0.0-alpha
v1.0.0-alpha
2 parents af7a343 + 9760570 commit 0fa8f89

File tree

529 files changed

+37009
-27856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

529 files changed

+37009
-27856
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 14.x, 15.x]
16+
node-version: [20.x, 21.x, 22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/npmjs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Setup .npmrc file to publish to npm
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '15.x'
14+
node-version: '20.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci
1717
- run: npm test

MAINTAINERS.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Serverless Workflow Typescript SDK Maintainers
1+
# Serverless Workflow Org Maintainers
22

3+
* [Jean-Baptiste Bianchi](https://github.com/JBBianchi)
4+
* [Charles d'Avernas](https://github.com/cdavernas)
5+
* [Ricardo Zanini](https://github.com/ricardozanini)
6+
7+
# Serverless Workflow Org Emeritus Maintainers
38
* [Antonio Mendoza Pérez](https://github.com/antmendoza)
4-
* [Tihomir Surdilovic](https://github.com/tsurdilo)
9+
10+
# Maintainers Mailing list
11+
[cncf-serverlessws-maintainers](mailto:[email protected])

0 commit comments

Comments
 (0)