Skip to content

Commit 95412fa

Browse files
committed
revert
1 parent 712dca7 commit 95412fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/pull_request_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
node: [18.x, 20.x, 22.x]
11+
node: [20.x, 22.x, 24.x]
1212
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
1313
exclude:
1414
- os: windows-latest

.github/workflows/pull_request_title_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.x'
17+
node-version: '22.x'
1818
cache: 'npm'
1919
- name: Install Dependencies
2020
run: npm ci

.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@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '20.x'
14+
node-version: '22.x'
1515
- run: npm i
1616
- name: Check Git Commit name
1717
run: git log -1 --pretty=format:"%s" | npx commitlint

constants.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ export default {
2323
DEFAULT_CUSTOM_LAYOUTS_CONFIG,
2424
API_HOST,
2525
};
26-
27-
// sdfsdf

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "22"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
66
"main": "index.js",
77
"engines": {
8-
"node": ">=18",
8+
"node": ">=20",
99
"npm": ">=8.0.0"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)