@ukhomeoffice/formio-gds-template 1.1.0 → 2.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.
@@ -9,7 +9,7 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v2
11
11
  with:
12
- node-version: 16
12
+ node-version: 14
13
13
  - name: Install dependencies
14
14
  run: |
15
15
  rm -rf node_modules
@@ -11,7 +11,7 @@ jobs:
11
11
  - uses: actions/checkout@v2
12
12
  - uses: actions/setup-node@v2
13
13
  with:
14
- node-version: 16
14
+ node-version: 20
15
15
  registry-url: 'https://registry.npmjs.org'
16
16
  - name: Install dependencies
17
17
  run: |
package/README.md CHANGED
@@ -6,10 +6,9 @@ This project provides the templates required to implement the GDS Design System
6
6
 
7
7
  ### Prerequisites
8
8
 
9
- ### Installation
9
+ NodeJS version 14
10
10
 
11
- This library is compatible with Node 14-18.
12
- For Node 17+, you may need to set the `NODE_OPTIONS` environment variable to include `--openssl-legacy-provider`
11
+ ### Installation
13
12
 
14
13
  ```bash
15
14
  npm install @ukhomeoffice/formio-gds-template