diff --git a/.circleci/config.yml b/.circleci/config.yml index f2873a2..d63bb95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,13 @@ version: 2.1 orbs: - node: circleci/node@5.1.0 + node: circleci/node@5.2.0 jobs: build: docker: # replace with your preferred image - - image: cimg/node:19.6.1 + - image: cimg/node:22.2.0 steps: - checkout - node/install-yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb2f4f7..397c906 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Install dependencies uses: borales/actions-yarn@v4