Skip to content

Commit

Permalink
Merge pull request #93 from pufflyai/91-deprecate-openai-nodes-and-ma…
Browse files Browse the repository at this point in the history
…rk-completion-and-chat-nodes-as-stable

switch to npm, update experimental node list
  • Loading branch information
au-re authored Nov 19, 2023
2 parents 3948067 + c9a5c56 commit 2521229
Show file tree
Hide file tree
Showing 29 changed files with 22,048 additions and 13,970 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install monorepo dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: build monorepo packages
run: npx lerna run build
- name: test monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.21.3"
"version": "0.21.7"
}
Loading

0 comments on commit 2521229

Please sign in to comment.