diff --git a/.github/workflows-src/partials/install.yml b/.github/workflows-src/partials/install.yml index 289194abc7d..d9a6bbff6ba 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: '14' + node-version: '18' - 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 0eace05d091..2f400db2655 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 837f0dc3442..b5c767bb398 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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: '14' + node-version: '18' - 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 c03b60dd319..91dc84aa09e 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", + "build:docs": "pf-docs-framework build all --legacySSL", "clean": "rimraf .cache public static/assets static/base.css src/generated/**/*.js", "develop": "pf-docs-framework start", "serve": "pf-docs-framework serve public", @@ -32,7 +32,7 @@ "@patternfly/react-tokens": "^5.0.0-alpha.3" }, "devDependencies": { - "@patternfly/documentation-framework": "1.4.13", + "@patternfly/documentation-framework": "^2.0.0-alpha.8", "@patternfly/patternfly-a11y": "4.3.1", "rimraf": "^2.6.3", "shx": "^0.3.2" diff --git a/yarn.lock b/yarn.lock index 6506eea5e07..928593ab1f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3875,10 +3875,10 @@ acorn-static-class-features "^1.0.0" astring "^1.7.5" -"@patternfly/documentation-framework@1.4.13": - version "1.4.13" - resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-1.4.13.tgz#528c4b72a7ac153ad8099e927fc1e00f11518cf6" - integrity sha512-v8TaYaDFcFiIh9UnrZe1aK/Zs+NAhSS48ioyxPaorymih7hl1l2FE8ywfsCv4wDEj66RDrQCJdDzsQRWZ5ZLxA== +"@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== dependencies: "@babel/core" "7.18.2" "@babel/plugin-proposal-class-properties" "7.17.12"