Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

update to npm 7 #3434

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
@@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- uses: actions/checkout@v2
with:
fetch-depth: 1
7 changes: 3 additions & 4 deletions .github/workflows/js-css-linting.yml
Original file line number Diff line number Diff line change
@@ -26,13 +26,12 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Use Node.js 12.x
uses: actions/setup-node@v1
- uses: actions/setup-node@v2-beta
with:
node-version: 12.x
node-version: '15'
- name: Npm install
run: |
npm install
npm ci
- name: Lint JavaScript
uses: bradennapier/eslint-plus-action@v3.4.2
with:
3 changes: 2 additions & 1 deletion assets/js/base/components/price-slider/style.scss
Original file line number Diff line number Diff line change
@@ -262,7 +262,7 @@
background: transparent;
}
}

/*
&.is-loading,
&.is-disabled {
.wc-block-components-price-slider__range-input-wrapper {
@@ -276,6 +276,7 @@
animation: none;
}
}
*/
}

/* IE 11 will not support multi-range slider due to poor pointer-events support on the thumb. Reverts to 2 sliders. */
2 changes: 2 additions & 0 deletions bin/webpack-configs.js
Original file line number Diff line number Diff line change
@@ -469,6 +469,7 @@ const getStylingConfig = ( options = {} ) => {
{
loader: 'sass-loader',
query: {
implementation: require( 'sass' ),
includePaths: [ 'node_modules' ],
data: [
'colors',
@@ -497,6 +498,7 @@ const getStylingConfig = ( options = {} ) => {
{
loader: 'sass-loader',
query: {
implementation: require( 'sass' ),
includePaths: [ 'assets/css/abstracts' ],
data: [
'_colors',
Loading
Oops, something went wrong.