Skip to content

Commit

Permalink
revert: "feat: strf-10437 Autofix script: conditional file import (#1064
Browse files Browse the repository at this point in the history
)" (#1068)

This reverts commit d00f35c.
  • Loading branch information
jairo-bc authored Feb 28, 2023
1 parent d00f35c commit 060b713
Show file tree
Hide file tree
Showing 38 changed files with 12,523 additions and 30,901 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
node: [16.x, 18.x]
node: [14.x]
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '14.x'
- run: npm i
- name: Check Git Commit name
run: git log -1 --pretty=format:"%s" | npx commitlint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13
v14.19
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:14

WORKDIR /usr/src/app

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ The BigCommerce server emulator for local theme development.

## Install

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

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

Expand Down
23 changes: 0 additions & 23 deletions bin/stencil-scss-autofix.js

This file was deleted.

1 change: 0 additions & 1 deletion bin/stencil.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ program
.command('pull', 'Pulls currently active theme config files and overwrites local copy')
.command('download', 'Downloads all the theme files')
.command('debug', 'Prints environment and theme settings for debug purposes')
.command('scss autofix', 'Prints environment and theme settings for debug purposes')
.parse(process.argv);
253 changes: 0 additions & 253 deletions lib/NodeSassAutoFixer.js

This file was deleted.

Loading

0 comments on commit 060b713

Please sign in to comment.