Skip to content

update && revert to input percentage #236

update && revert to input percentage

update && revert to input percentage #236

Triggered via push July 4, 2024 04:42
Status Failure
Total duration 49s
Artifacts
build_and_deploy
39s
build_and_deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/DecimalPoint.test.js > CheckBox Decimal Point > [CheckBox 2] Test with 35%: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 35. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.cbw920uiuh" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.cbw920uiuh" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.uwm99m3oivf" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.uwm99m3oivf" id="ccs-0.uwm99m3oivf" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/DecimalPoint.test.js > CheckBox Decimal Point > [CheckBox 3] Test without Midterm, 60 (max): node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 60. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.unp65dclwh" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.unp65dclwh" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.vvj7lhivyt" > Finals weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.vvj7lhivyt" id="ccs-0.vvj7lhivyt" max="95" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon" fill="current
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 100 midterm, 50 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.mflz9nv8bz" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.mflz9nv8bz" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.hq1vgsz70uw" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.hq1vgsz70uw" id="ccs-0.hq1vgsz70uw" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 100 midterm, 45 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.1g01nyw33i1" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.1g01nyw33i1" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.bj34owki79m" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.bj34owki79m" id="ccs-0.bj34owki79m" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 100 midterm, 40 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.mp5ju30zan" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.mp5ju30zan" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.xokpzkyjtm" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.xokpzkyjtm" id="ccs-0.xokpzkyjtm" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 100 midterm, 20 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.izne515hpxo" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.izne515hpxo" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.lh9pvdzis6c" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.lh9pvdzis6c" id="ccs-0.lh9pvdzis6c" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 100 midterm, 0 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.ryuk30ilz4j" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.ryuk30ilz4j" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.11ou101rvly" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.11ou101rvly" id="ccs-0.11ou101rvly" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 90 midterm, 50 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.r1qauo1rwgn" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.r1qauo1rwgn" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.vqzwnugjqzm" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.vqzwnugjqzm" id="ccs-0.vqzwnugjqzm" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 25 percentage, 0 midterm, 50 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 25. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.t6idwtshdd9" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.t6idwtshdd9" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.diak73alnej" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.diak73alnej" id="ccs-0.diak73alnej" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
test/WithMidtermCalculation.test.js > Calculate 30 percentage, 100 midterm, 40 performance evaluation: node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L337
TestingLibraryElementError: Unable to find an element with the text: 30. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button data-testid="yes-decimal" /> <button data-testid="no-decimal" /> <div class="flex align-center" > <button data-testid="yes-mid" /> <button data-testid="no-mid" /> <div class="mb20 bx--form-item" > <div class="bx--select" > <label class="bx--label" for="ccs-0.g21t366tqwr" > </label> <div class="bx--select-input__wrapper" > <select class="bx--select-input" id="ccs-0.g21t366tqwr" > <option class="bx--select-option" value="With midterm" > With midterm </option> <option class="bx--select-option" value="Without midterm" > Without midterm </option> </select> <svg aria-hidden="true" class="bx--select__arrow" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z" /> </svg> </div> </div> </div> </div> <h1 class="mb25" > Finals Calculator </h1> <div class="mb20 flex" style="justify-content: center;" > <div class="bx--form-item" > <div class="bx--number bx--number--helpertext bx--number--xl" > <label class="bx--label" for="ccs-0.7p45f5gl9kx" > Midterm and Finals each weight </label> <div class="bx--number__input-wrapper" > <input aria-describedby="error-ccs-0.7p45f5gl9kx" id="ccs-0.7p45f5gl9kx" max="45" min="5" pattern="[0-9]*" step="5" type="number" /> <div class="bx--number__controls" > <button aria-label="Decrement number" class="bx--number__control-btn down-icon" tabindex="-1" title="Decrement number" type="button" > <svg aria-hidden="true" class="down-icon" fill="currentColor" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" width="16" xmlns="http://www.w3.org/2000/svg" > <path d="M8 15H24V17H8z" /> </svg> </button> <div class="bx--number__rule-divider" /> <button aria-label="Increment number" class="bx--number__control-btn up-icon" tabindex="-1" title="Increment number" type="button" > <svg aria-hidden="true" class="up-icon"
build_and_deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/