diff --git a/.github/workflows-src/partials/install.yml b/.github/workflows-src/partials/install.yml index d9a6bbff6ba..289194abc7d 100644 --- a/.github/workflows-src/partials/install.yml +++ b/.github/workflows-src/partials/install.yml @@ -1,6 +1,6 @@ - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 2f400db2655..0eace05d091 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -17,7 +17,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -61,7 +61,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -101,7 +101,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -150,7 +150,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -210,7 +210,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -266,7 +266,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5c767bb398..837f0dc3442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -64,7 +64,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -104,7 +104,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -153,7 +153,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -213,7 +213,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -269,7 +269,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -323,7 +323,7 @@ jobs: - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - uses: actions/setup-node@v1 with: - node-version: '18' + node-version: '14' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 41ddc8199d7..cf5d20c37dc 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -14,7 +14,7 @@ "license": "MIT", "scripts": { "analyze": "yarn build:docs --analyze", - "build:docs": "pf-docs-framework build all --legacySSL", + "build:docs": "pf-docs-framework build all", "clean": "rimraf .cache public static/assets static/base.css src/generated/**/*.js", "develop": "pf-docs-framework start", "serve": "pf-docs-framework serve public", diff --git a/yarn.lock b/yarn.lock index c6eefef8b8d..a5aab7d33cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3875,7 +3875,7 @@ acorn-static-class-features "^1.0.0" astring "^1.7.5" -"@patternfly/documentation-framework@^2.0.0-alpha.8": +"@patternfly/documentation-framework@2.0.0-alpha.8": version "2.0.0-alpha.8" resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-2.0.0-alpha.8.tgz#5a4b2f0e7cae9f21ec65224d6581c487580ad997" integrity sha512-BTLt2HPkO9g0NlydDcMuY33wbo8s2eiX0mc03GDJ5aPLWZ1cvY7JuECxDrcfNpa9kKGsadtof1j9+FE+cbXDFA==