Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: patternfly/patternfly-quickstarts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.5
Choose a base ref
...
head repository: patternfly/patternfly-quickstarts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref

Commits on May 19, 2023

  1. chore(CI-release): Enable v5 release

    BREAKING CHANGE: beginning of breaking alpha release
    wise-king-sullyman committed May 19, 2023
    Copy the full SHA
    e4fff3e View commit details
  2. Merge pull request #245 from patternfly/enable-alpha-release

    chore(CI-release): Enable v5 release
    wise-king-sullyman authored May 19, 2023
    Copy the full SHA
    b857675 View commit details
  3. Copy the full SHA
    26d61ed View commit details
  4. Copy the full SHA
    cd400f0 View commit details

Commits on May 22, 2023

  1. Copy the full SHA
    1e90033 View commit details

Commits on May 23, 2023

  1. Copy the full SHA
    b57e3fb View commit details

Commits on May 25, 2023

  1. Merge pull request #247 from jpuzz0/v5-updates

    react 18, webpack 5, node 18 support, updated eslint & some other dependencies
    wise-king-sullyman authored May 25, 2023
    Copy the full SHA
    3f89ea3 View commit details

Commits on May 31, 2023

  1. Merge pull request #246 from patternfly/fix-version

    chore(CI-breaking): Increment package version
    wise-king-sullyman authored May 31, 2023
    Copy the full SHA
    9bf58bb View commit details

Commits on Jun 8, 2023

  1. Copy the full SHA
    e608338 View commit details

Commits on Jun 21, 2023

  1. Copy the full SHA
    51546cb View commit details

Commits on Jun 23, 2023

  1. Merge pull request #250 from jpuzz0/v5-updates

    Update to latest pre-release/alpha PF v5 versions
    dlabaj authored Jun 23, 2023
    Copy the full SHA
    e9a8e50 View commit details
  2. Copy the full SHA
    60d3051 View commit details
  3. Copy the full SHA
    bea0dd9 View commit details
  4. Updated package.json

    dlabaj authored Jun 23, 2023
    Copy the full SHA
    8bc11b3 View commit details
  5. Update package.json

    dlabaj authored Jun 23, 2023
    Copy the full SHA
    7c0c499 View commit details
  6. Update package.json

    dlabaj authored Jun 23, 2023
    Copy the full SHA
    ae5a861 View commit details
  7. Merge pull request #251 from jpuzz0/fix/dark-theme-override-markdown

    Exclude markdown pre black background for code blocks
    dlabaj authored Jun 23, 2023
    Copy the full SHA
    3b1b0d2 View commit details
  8. Copy the full SHA
    e5ff634 View commit details
  9. Copy the full SHA
    14a905b View commit details
  10. Merge pull request #252 from patternfly/pf5-latest

    chore(Pf5): Pf5 latest updates.
    wise-king-sullyman authored Jun 23, 2023
    Copy the full SHA
    7a5e849 View commit details
  11. Copy the full SHA
    52c2937 View commit details
  12. Merge pull request #254 from wise-king-sullyman/update-release-config

    chore(ci-release): Update release config to prerelease channel
    wise-king-sullyman authored Jun 23, 2023
    Copy the full SHA
    8c172fe View commit details
  13. Copy the full SHA
    bfcd162 View commit details

Commits on Jun 26, 2023

  1. Merge pull request #255 from wise-king-sullyman/remove-dry-run

    chore(ci): Remove release dry run
    dlabaj authored Jun 26, 2023
    Copy the full SHA
    7338475 View commit details
  2. Merge pull request #253 from jpuzz0/fix/dark-theme-text-highlight

    Use same blue highlight for code tags outside of CodeBlock components
    dlabaj authored Jun 26, 2023
    Copy the full SHA
    ee56801 View commit details

Commits on Jul 24, 2023

  1. Copy the full SHA
    6e6038d View commit details
  2. Merge pull request #258 from wise-king-sullyman/pf5-final-rc-bump

    chore(deps): Bump PatternFly deps to latest release candidate
    dlabaj authored Jul 24, 2023
    Copy the full SHA
    fc22eee View commit details

Commits on Jul 27, 2023

  1. Copy the full SHA
    3598635 View commit details
  2. Copy the full SHA
    283fcec View commit details
Showing with 3,933 additions and 5,063 deletions.
  1. +0 −103 .eslintrc.js
  2. +118 −0 .eslintrc.json
  3. +14 −14 .github/workflows/a11y.yml
  4. +12 −13 .github/workflows/node.js.yml
  5. +31 −0 .github/workflows/promote.yml
  6. +1 −1 .github/workflows/release.yml
  7. +19 −20 .github/workflows/visual-testing.yml
  8. +1 −1 .nvmrc
  9. +0 −9 eslint-plugin-console/.eslintrc
  10. +0 −84 eslint-plugin-console/README.md
  11. +0 −61 eslint-plugin-console/index.js
  12. +0 −22 eslint-plugin-console/lib/config/base.js
  13. +0 −16 eslint-plugin-console/lib/config/jest.js
  14. +0 −18 eslint-plugin-console/lib/config/json.js
  15. +0 −18 eslint-plugin-console/lib/config/node.js
  16. +0 −20 eslint-plugin-console/lib/config/prettier.js
  17. +0 −44 eslint-plugin-console/lib/config/react.js
  18. +0 −83 eslint-plugin-console/lib/config/rules/airbnb-base-overrides.js
  19. +0 −68 eslint-plugin-console/lib/config/rules/jest.js
  20. +0 −76 eslint-plugin-console/lib/config/rules/node.js
  21. +0 −10 eslint-plugin-console/lib/config/rules/prettier-typescript.js
  22. +0 −42 eslint-plugin-console/lib/config/rules/promise.js
  23. +0 −8 eslint-plugin-console/lib/config/rules/react-hooks.js
  24. +0 −47 eslint-plugin-console/lib/config/rules/react.js
  25. +0 −20 eslint-plugin-console/lib/config/rules/sort-class-members.js
  26. +0 −259 eslint-plugin-console/lib/config/rules/typescript.js
  27. +0 −6 eslint-plugin-console/lib/config/typescript-parser.js
  28. +0 −52 eslint-plugin-console/lib/config/typescript.js
  29. +0 −32 eslint-plugin-console/package.json
  30. +29 −21 package.json
  31. +21 −24 packages/dev/package.json
  32. +2 −2 packages/dev/src/AppContext.tsx
  33. +2 −2 packages/dev/src/AppHelpTopicDemo.tsx
  34. +2 −2 packages/dev/src/AppLocalized.tsx
  35. +3 −3 packages/dev/src/AppProps.tsx
  36. +78 −75 packages/dev/src/CustomCatalog.tsx
  37. +1 −3 packages/dev/src/FormInput.tsx
  38. +14 −23 packages/dev/src/MockConsole.tsx
  39. +2 −2 packages/dev/src/SettingsModal.tsx
  40. +21 −15 packages/dev/src/common/Page.tsx
  41. +9 −4 packages/dev/src/i18n/datetime.ts
  42. +2 −2 packages/dev/src/i18n/i18n.ts
  43. +52 −42 packages/dev/src/index.tsx
  44. +1 −1 packages/dev/src/quickstarts-data/asciidoc/.build/parsers/procedure-adoc-parser.ts
  45. +4 −2 packages/dev/src/quickstarts-data/asciidoc/quickstartLoader.tsx
  46. +2 −10 packages/dev/tsconfig.json
  47. +21 −28 packages/dev/webpack.config.js
  48. +32 −23 packages/module/README.md
  49. +17 −13 packages/module/package.json
  50. +1 −1 packages/module/patternfly-docs/content/extensions/quick-starts/examples/Basic.jsx
  51. +2 −4 packages/module/patternfly-docs/content/extensions/quick-starts/examples/HelpTopic.jsx
  52. BIN ...odule/patternfly-docs/generated/extensions/quick-starts/Basic-Quick-Starts/fullscreen-example.png
  53. BIN ...ages/module/patternfly-docs/generated/extensions/quick-starts/In-App-Documentation/fullscreen.png
  54. +1 −3 packages/module/patternfly-docs/pages/index.js
  55. +16 −3 packages/module/release.config.js
  56. +2 −2 packages/module/src/ConsoleInternal/components/_icon-and-text.scss
  57. +20 −20 packages/module/src/ConsoleInternal/components/catalog/_catalog.scss
  58. +23 −52 packages/module/src/ConsoleInternal/components/markdown-view.tsx
  59. +1 −1 packages/module/src/ConsoleInternal/components/utils/_status-box.scss
  60. +3 −3 packages/module/src/ConsoleInternal/components/utils/camel-case-wrap.tsx
  61. +0 −2 packages/module/src/ConsoleInternal/components/utils/router.ts
  62. +8 −46 packages/module/src/ConsoleInternal/components/utils/status-box.tsx
  63. +6 −6 packages/module/src/ConsoleInternal/module/k8s/types.ts
  64. +10 −10 packages/module/src/ConsoleShared/src/components/layout/PageLayout.scss
  65. +13 −11 packages/module/src/ConsoleShared/src/components/markdown-extensions/MarkdownCopyClipboard.tsx
  66. +3 −4 packages/module/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx
  67. +7 −7 packages/module/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx
  68. +4 −4 packages/module/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx
  69. +1 −3 packages/module/src/ConsoleShared/src/components/markdown-extensions/code-extension.tsx
  70. +5 −5 packages/module/src/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.tsx
  71. +8 −8 ...ges/module/src/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.tsx
  72. +5 −5 packages/module/src/ConsoleShared/src/components/markdown-extensions/showdown-extension.scss
  73. +1 −3 packages/module/src/ConsoleShared/src/components/markdown-extensions/utils.ts
  74. +7 −6 ...dule/src/ConsoleShared/src/components/markdown-highlight-extension/MarkdownHighlightExtension.tsx
  75. +6 −4 packages/module/src/ConsoleShared/src/components/popper/Portal.tsx
  76. +7 −5 packages/module/src/ConsoleShared/src/components/popper/SimplePopper.tsx
  77. +2 −2 packages/module/src/ConsoleShared/src/components/spotlight/InteractiveSpotlight.tsx
  78. +2 −2 packages/module/src/ConsoleShared/src/components/spotlight/Spotlight.tsx
  79. +3 −3 packages/module/src/ConsoleShared/src/components/spotlight/StaticSpotlight.tsx
  80. +4 −4 packages/module/src/ConsoleShared/src/components/spotlight/spotlight.scss
  81. +1 −0 packages/module/src/ConsoleShared/src/components/status/GenericStatus.tsx
  82. +20 −23 packages/module/src/ConsoleShared/src/components/status/PopoverStatus.tsx
  83. +2 −2 packages/module/src/ConsoleShared/src/components/status/Status.tsx
  84. +17 −55 packages/module/src/ConsoleShared/src/components/status/icons.tsx
  85. +1 −17 packages/module/src/ConsoleShared/src/components/status/statuses.tsx
  86. +3 −2 packages/module/src/ConsoleShared/src/components/status/types.ts
  87. +2 −2 packages/module/src/ConsoleShared/src/components/utils/FallbackImg.tsx
  88. +5 −6 packages/module/src/ConsoleShared/src/hooks/useResizeObserver.ts
  89. +2 −3 packages/module/src/ConsoleShared/src/utils/useCombineRefs.ts
  90. +6 −14 packages/module/src/HelpTopicDrawer.tsx
  91. +57 −49 packages/module/src/HelpTopicPanelContent.tsx
  92. +19 −14 packages/module/src/QuickStartCatalogPage.tsx
  93. +2 −2 packages/module/src/QuickStartCloseModal.tsx
  94. +3 −5 packages/module/src/QuickStartController.tsx
  95. +1 −1 packages/module/src/QuickStartDrawer.scss
  96. +2 −2 packages/module/src/QuickStartDrawer.tsx
  97. +4 −4 packages/module/src/QuickStartMarkdownView.tsx
  98. +8 −8 packages/module/src/QuickStartPanelContent.scss
  99. +8 −9 packages/module/src/QuickStartPanelContent.tsx
  100. +2 −2 packages/module/src/catalog/Catalog/QuickStartCatalogHeader.tsx
  101. +2 −2 packages/module/src/catalog/Catalog/QuickStartCatalogSection.tsx
  102. +2 −2 packages/module/src/catalog/Catalog/QuickStartCatalogToolbar.tsx
  103. +1 −1 packages/module/src/catalog/QuickStartCatalog.scss
  104. +2 −2 packages/module/src/catalog/QuickStartCatalog.tsx
  105. +20 −15 packages/module/src/catalog/QuickStartTile.tsx
  106. +4 −4 packages/module/src/catalog/QuickStartTileDescription.scss
  107. +2 −2 packages/module/src/catalog/QuickStartTileDescription.tsx
  108. +2 −2 packages/module/src/catalog/QuickStartTileFooter.tsx
  109. +2 −2 packages/module/src/catalog/QuickStartTileFooterExternal.tsx
  110. +5 −5 packages/module/src/catalog/QuickStartTileHeader.scss
  111. +2 −2 packages/module/src/catalog/QuickStartTileHeader.tsx
  112. +9 −9 packages/module/src/catalog/Toolbar/QuickStartCatalogFilter.scss
  113. +1 −3 packages/module/src/catalog/Toolbar/QuickStartCatalogFilter.tsx
  114. +49 −30 packages/module/src/catalog/Toolbar/QuickStartCatalogFilterItems.tsx
  115. +3 −3 packages/module/src/controller/QuickStartConclusion.tsx
  116. +2 −2 packages/module/src/controller/QuickStartContent.scss
  117. +2 −2 packages/module/src/controller/QuickStartContent.tsx
  118. +3 −3 packages/module/src/controller/QuickStartFooter.scss
  119. +6 −10 packages/module/src/controller/QuickStartFooter.tsx
  120. +7 −7 packages/module/src/controller/QuickStartIntroduction.scss
  121. +5 −7 packages/module/src/controller/QuickStartIntroduction.tsx
  122. +15 −15 packages/module/src/controller/QuickStartTaskHeader.scss
  123. +14 −12 packages/module/src/controller/QuickStartTaskHeader.tsx
  124. +1 −1 packages/module/src/controller/QuickStartTaskHeaderList.scss
  125. +3 −5 packages/module/src/controller/QuickStartTaskHeaderList.tsx
  126. +7 −7 packages/module/src/controller/QuickStartTaskReview.scss
  127. +2 −2 packages/module/src/controller/QuickStartTaskReview.tsx
  128. +13 −13 packages/module/src/controller/QuickStartTasks.scss
  129. +2 −2 packages/module/src/controller/QuickStartTasks.tsx
  130. +4 −17 packages/module/src/controller/__tests__/QuickStartTaskHeader.spec.tsx
  131. +5 −5 packages/module/src/styles/_base.scss
  132. +29 −29 packages/module/src/styles/_dark-custom-override.scss
  133. +7 −7 packages/module/src/styles/legacy-bootstrap/_variables.scss
  134. +6 −6 packages/module/src/styles/patternfly-global.scss
  135. +1 −1 packages/module/src/styles/patternfly-nested.scss
  136. +29 −23 packages/module/src/utils/PluralResolver.ts
  137. +2 −4 packages/module/src/utils/asciidoc-procedure-parser.ts
  138. +3 −5 packages/module/src/utils/help-topic-context.tsx
  139. +4 −4 packages/module/src/utils/help-topic-types.ts
  140. +8 −12 packages/module/src/utils/quick-start-context.tsx
  141. +15 −14 packages/module/src/utils/quick-start-types.ts
  142. +2 −6 packages/module/src/utils/quick-start-utils.ts
  143. +3 −4 packages/module/tsconfig.json
  144. +5 −5 packages/transform-adoc/package.json
  145. +18 −18 packages/transform-adoc/src/react-converter/util.scss
  146. +2 −2 packages/transform-adoc/src/react-converter/util.tsx
  147. +11 −13 packages/vscode/package.json
  148. +2 −2 packages/vscode/src/view/app/index.css
  149. +0 −21 packages/vscode/webpack.config.js
  150. +1 −1 snapshots.js
  151. +2,741 −2,799 yarn.lock
103 changes: 0 additions & 103 deletions .eslintrc.js

This file was deleted.

118 changes: 118 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["@typescript-eslint", "prettier", "patternfly-react"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"settings": {
"react": {
"version": "detect"
}
},
"globals": {
"describe": "readonly",
"test": "readonly",
"jest": "readonly",
"expect": "readonly",
"require": "readonly",
"global": "writable",
"it": "readonly",
"afterEach": "readonly",
"beforeEach": "readonly"
},
"rules": {
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/consistent-type-definitions": "error",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
],
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/prefer-for-of": "error",
"@typescript-eslint/prefer-function-type": "error",
"@typescript-eslint/prefer-namespace-keyword": "error",
"@typescript-eslint/unified-signatures": "error",
"@typescript-eslint/explicit-function-return-type": "off",
"arrow-body-style": "error",
"camelcase": [
"error",
{
"ignoreDestructuring": true
}
],
"constructor-super": "error",
"curly": "error",
"dot-notation": "error",
"eqeqeq": ["error", "smart"],
"guard-for-in": "error",
"max-classes-per-file": ["error", 1],
"max-len": "off",
"no-nested-ternary": "error",
"no-bitwise": "error",
"no-caller": "error",
"no-cond-assign": "error",
"no-console": "error",
"no-debugger": "error",
"no-empty": "error",
"no-eval": "error",
"no-new-wrappers": "error",
"no-prototype-builtins": "off",
"no-shadow": "off",
"no-throw-literal": "error",
"no-trailing-spaces": "off",
"no-undef-init": "error",
"no-unsafe-finally": "error",
"no-unused-expressions": [
"error",
{
"allowTernary": true,
"allowShortCircuit": true
}
],
"no-unused-labels": "error",
"no-var": "error",
"object-shorthand": "error",
"one-var": ["error", "never"],
"patternfly-react/import-tokens-icons": "error",
"patternfly-react/no-anonymous-functions": "off",
"prefer-const": "error",
"prettier/prettier": 1,
"radix": ["error", "as-needed"],
"react/prop-types": 0,
"react/display-name": 0,
"react-hooks/exhaustive-deps": "warn",
"react/no-unescaped-entities": ["error", { "forbid": [">", "}"] }],
"spaced-comment": "error",
"use-isnan": "error",
"patternfly-react/no-layout-effect": "error"
}
}
28 changes: 14 additions & 14 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
@@ -2,24 +2,24 @@ name: A11y CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
a11y:
name: A11y testing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Start server and run a11y tests
run: npx start-server-and-test start http://localhost:3000 test:a11y
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Start server and run a11y tests
run: npx start-server-and-test start http://localhost:3000 test:a11y
25 changes: 12 additions & 13 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -5,26 +5,25 @@ name: Node.js CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
31 changes: 31 additions & 0 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: promote
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- v5.*
jobs:
build-and-promote:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_LEGACY_PEER_DEPS: true
steps:
- uses: actions/checkout@v2
- name: Build for promotion
run: yarn install --frozen-lockfile && yarn build
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: GitHub Tag Name example
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
- name: Manual publish
run: |
cd packages/module
npm version ${{ github.ref_name }} --git-tag-version false
npm publish --tag=latest
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
39 changes: 19 additions & 20 deletions .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: Percy

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
@@ -14,21 +14,20 @@ jobs:
name: Visual testing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Start server and run percy
run: |
yarn start &
sleep 60 &&
yarn visual
env:
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}

- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Start server and run percy
run: |
yarn start &
sleep 60 &&
yarn visual
env:
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.1
v18
Loading