@bethinkpl/design-system 18.7.2 → 18.7.3

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.
@@ -41,7 +41,7 @@ jobs:
41
41
 
42
42
  - uses: actions/setup-node@v3
43
43
  with:
44
- node-version: '16.13'
44
+ node-version: '20.9.0'
45
45
  cache: 'yarn'
46
46
 
47
47
  - name: Install and Build 🔧
@@ -13,7 +13,7 @@ jobs:
13
13
  run: echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc && echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_AUTH_TOKEN }}" >> .npmrc
14
14
  - uses: actions/setup-node@v3
15
15
  with:
16
- node-version: '16.13'
16
+ node-version: '20.9.0'
17
17
  cache: 'yarn'
18
18
  - name: Install and Build 🔧
19
19
  run: | # Install npm packages and build the Storybook files
@@ -18,7 +18,7 @@ jobs:
18
18
  run: echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc && echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_AUTH_TOKEN }}" >> .npmrc
19
19
  - uses: actions/setup-node@v3
20
20
  with:
21
- node-version: '16.13'
21
+ node-version: '20.9.0'
22
22
  cache: 'yarn'
23
23
  - name: Install dependencies
24
24
  run: yarn install --pure-lockfile
@@ -13,7 +13,7 @@ jobs:
13
13
  run: echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc && echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_AUTH_TOKEN }}" >> .npmrc
14
14
  - uses: actions/setup-node@v3
15
15
  with:
16
- node-version: '16.13'
16
+ node-version: '20.9.0'
17
17
  cache: 'yarn'
18
18
  - name: Install and Build 🔧
19
19
  run: | # Install npm packages and build the Storybook files
@@ -25,4 +25,4 @@ jobs:
25
25
  branch: master # The branch the action should deploy to.
26
26
  folder: public/storybook # The folder that the build-storybook script generates files.
27
27
  clean: true # Automatically remove deleted files from the deploy branch
28
- target-folder: docs # The folder that we serve our Storybook files from
28
+ target-folder: docs # The folder that we serve our Storybook files from