Skip to content

Commit

Permalink
Merge pull request #2 from 3CLogicInc/fix
Browse files Browse the repository at this point in the history
updated workflow; reverted change form subflow.js
  • Loading branch information
anshumanr authored Mar 12, 2024
2 parents b45e0d4 + e68d8a9 commit 59c5bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run tests

on:
push:
branches: [ master, dev ]
branches: [ master ]
pull_request:
branches: [ master, dev ]
branches: [ master ]

permissions:
contents: read
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
**/

const clone = require("rfdc")({proto:true, circles: true});
const clone = require("clone");
const Flow = require('./Flow').Flow;
const context = require('../nodes/context');
const util = require("util");
Expand Down

0 comments on commit 59c5bed

Please sign in to comment.