Skip to content

Commit

Permalink
MERC-9566 Update build to node18 (#138)
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kchu93 authored Jun 8, 2023
1 parent 40b0fcf commit fc64ee9
Show file tree
Hide file tree
Showing 22 changed files with 14,028 additions and 17,897 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
executors:
node:
docker:
- image: cimg/node:14.18
- image: cimg/node:18.16.0

#####################################################
# Commands
Expand Down
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ module.exports = {
"no-plusplus": "off",
"global-require": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"import/extensions": "off"
"import/extensions": "off",
"no-use-before-define": "off",
"no-shadow": "off",
"camelcase": "off"
},
overrides: [
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This article contains detailed instructions on how to get started with Widget Bu

## Prerequisites

* Node.js 14
* npm 6.14
* Node.js 18
* npm 9.51
* [A BigCommerce store](https://support.bigcommerce.com/s/article/Starting-a-Bigcommerce-Trial).
* API `access_token` with `content modify` scope. For information on how to generate store API credentials, see [Obtaining store API credentials](https://developer.bigcommerce.com/api-docs/getting-started/authentication/rest-api-authentication#obtaining-store-api-credentials).

Expand Down
Loading

0 comments on commit fc64ee9

Please sign in to comment.