Skip to content

Commit 060b713

Browse files
authored
revert: "feat: strf-10437 Autofix script: conditional file import (#1064)" (#1068)
This reverts commit d00f35c.
1 parent d00f35c commit 060b713

38 files changed

Lines changed: 12523 additions & 30901 deletions

.github/workflows/pull_request_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
node: [16.x, 18.x]
14+
node: [14.x]
1515
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
1616

1717
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18.x'
14+
node-version: '14.x'
1515
- run: npm i
1616
- name: Check Git Commit name
1717
run: git log -1 --pretty=format:"%s" | npx commitlint

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.13
1+
v14.19

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18
1+
FROM node:14
22

33
WORKDIR /usr/src/app
44

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ The BigCommerce server emulator for local theme development.
77

88
## Install
99

10-
Note: Stencil requires the Node.js runtime environment,
11-
versions 16.x, 18.x are supported.
10+
_Note: Stencil requires the Node.js runtime environment,
11+
version 14.x is supported.
12+
We do not yet have support for versions greater than Node 14._
1213

1314
Run `npm install -g @bigcommerce/stencil-cli`.
1415

bin/stencil-scss-autofix.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

bin/stencil.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ program
1616
.command('pull', 'Pulls currently active theme config files and overwrites local copy')
1717
.command('download', 'Downloads all the theme files')
1818
.command('debug', 'Prints environment and theme settings for debug purposes')
19-
.command('scss autofix', 'Prints environment and theme settings for debug purposes')
2019
.parse(process.argv);

lib/NodeSassAutoFixer.js

Lines changed: 0 additions & 253 deletions
This file was deleted.

0 commit comments

Comments
 (0)