@financial-times/n-conversion-forms 31.0.0 → 31.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,13 +13,13 @@ jobs:
|
|
|
13
13
|
steps:
|
|
14
14
|
- uses: actions/setup-node@v3
|
|
15
15
|
with:
|
|
16
|
-
node-version:
|
|
16
|
+
node-version: 18.x
|
|
17
17
|
- uses: actions/checkout@v2
|
|
18
18
|
with:
|
|
19
19
|
persist-credentials: false
|
|
20
20
|
- run: git config --global url."https://${{ secrets.NEXT_USER_PAT }}@github.com/".insteadOf ssh://git@github.com/
|
|
21
|
-
- run: npm install -g npm@
|
|
22
|
-
- run:
|
|
21
|
+
- run: npm install -g npm@9.6.7
|
|
22
|
+
- run: npm install
|
|
23
23
|
- run: npm run build-storybook
|
|
24
24
|
- name: Deploy
|
|
25
25
|
uses: peaceiris/actions-gh-pages@v3
|
package/.toolkitstate/ci.json
CHANGED
package/CONTRIBUTING.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
To contribute to this project, clone this repository locally and commit your code to a seperate branch. Please write unit tests for your code and run the linter before opening a pull-request.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
|
|
6
|
+
npm test # runs linter and unit tests
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
# Releasing new versions
|
|
@@ -51,11 +51,13 @@ export function AcceptTermsSubscription({
|
|
|
51
51
|
<li>
|
|
52
52
|
<span className="terms-transition terms-transition--immediate">
|
|
53
53
|
By placing your order subject to the Terms & Conditions (save for
|
|
54
|
-
section 2) referred to below, you
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
the
|
|
54
|
+
section 2) referred to below, you agree that we may start your
|
|
55
|
+
7-day pass immediately upon our acceptance of your order and that
|
|
56
|
+
you are waiving your statutory right to cancel our contract within
|
|
57
|
+
14 days of confirmation. Your payment is a one-time payment
|
|
58
|
+
collected at the time of checkout, and cancelling at any point
|
|
59
|
+
(whether before or after the 14-day period) will not entitle you
|
|
60
|
+
to a refund.
|
|
59
61
|
</span>
|
|
60
62
|
</li>
|
|
61
63
|
<li>
|