From df601645f71d39abe9c8b4b7df82386880492793 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Wed, 24 Jul 2024 11:43:05 +0200 Subject: [PATCH 1/2] test token --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0626a8..8b3d456 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Stencil utils can either be imported to your theme as a module, or included as a ### Installing Stencil Utils on your theme +test #### As an ES6 module * Run `npm install @bigcommerce/stencil-utils` to install the latest tagged version of stencil-utils for use with your theme. From 5c8e099baeab0911df73a349324c82686e649134 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Wed, 24 Jul 2024 11:44:30 +0200 Subject: [PATCH 2/2] add node 18 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b0b9df..9c45b52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node: [14.x] + node: [18.x] steps: - name: Checkout code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2633288..6222dcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '18.x' - name: Set npm registry run: echo "@bigcommerce-labs:registry=https://npm.pkg.github.com/" >> ~/.npmrc - name: Set npm secrets