diff --git a/.circleci/config.yml b/.circleci/config.yml index a25182d..1ff7ab4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # Specify the version you desire here - - image: cimg/node:16.15 + - image: cimg/node:18.19 working_directory: ~/repo diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index badfd06..4fffaaa 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -15,12 +15,12 @@ jobs: - uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.dir }} - key: ubuntu-latest-node-16.x-yarn-${{ hashFiles('**/yarn.lock') }} + key: ubuntu-latest-node-18.19.x-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ubuntu-latest-node-16.x-yarn- + ubuntu-latest-node-18.19.x-yarn- - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.19 registry-url: https://registry.npmjs.org/ - name: Install run: yarn install --frozen-lockfile @@ -47,12 +47,12 @@ jobs: - uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.dir }} - key: ubuntu-latest-node-16.x-yarn-${{ hashFiles('**/yarn.lock') }} + key: ubuntu-latest-node-18.19.x-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ubuntu-latest-node-16.x-yarn- + ubuntu-latest-node-18.19.x-yarn- - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.19 registry-url: https://registry.npmjs.org/ - name: Install run: yarn install --frozen-lockfile