Skip to content

Commit

Permalink
feat(node): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
masopego committed Aug 8, 2022
1 parent 35caf0b commit c772b5d
Show file tree
Hide file tree
Showing 4 changed files with 3,277 additions and 44,660 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2
# setup node env
- name: Use Node.js 10.17.0
- name: Use Node.js 14.19.1
uses: actions/setup-node@v2
with:
node-version: 10.17.0
node-version: 14.19.1
registry-url: 'https://registry.npmjs.org'
# install node_modules
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.17.0
v14.19.1
2 changes: 1 addition & 1 deletion example/src/forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
}
]
}
}
},
{
"name": "are_you_an_hsbc_current_account_customer",
"type": "select",
Expand Down
Loading

0 comments on commit c772b5d

Please sign in to comment.