diff --git a/.circleci/config.yml b/.circleci/config.yml index b7903ba..9192990 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:18.13 + - image: cimg/node:18.19 working_directory: ~/repo diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 6c51665..95605a6 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -19,12 +19,12 @@ jobs: - uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.dir }} - key: ubuntu-latest-node-18.x-yarn-${{ hashFiles('**/yarn.lock') }} + key: ubuntu-latest-node-18.19.x-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ubuntu-latest-node-18.x-yarn- + ubuntu-latest-node-18.19.x-yarn- - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 18.19 registry-url: https://registry.npmjs.org/ - name: Install run: yarn install --frozen-lockfile @@ -55,12 +55,12 @@ jobs: - uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.dir }} - key: ubuntu-latest-node-18.x-yarn-${{ hashFiles('**/yarn.lock') }} + key: ubuntu-latest-node-18.19.x-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ubuntu-latest-node-18.x-yarn- + ubuntu-latest-node-18.19.x-yarn- - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 18.19 registry-url: https://registry.npmjs.org/ - name: Install run: yarn install --frozen-lockfile