From 4e53c3c12e6bb704d754fd11e7a0d02829d3b486 Mon Sep 17 00:00:00 2001 From: Bob Florian Date: Thu, 5 Oct 2023 14:59:40 -0400 Subject: [PATCH] feat: release of context store methods (#250) Changed node-version in ci-cd to fix actions error --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 8a2cc35..8eb2c05 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - run: npm ci --ignore-scripts - run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD @@ -56,7 +56,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - run: npm ci - name: Release