diff --git a/.circleci/config.yml b/.circleci/config.yml index 182b3c18e955..601f4f69ad7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ aliases: executors: node-executor: docker: - - image: cimg/node:current + - image: cimg/node:22.1 working_directory: ~/babel jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d5283916748..904465c9f0e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: 'Check or update Yarn cache (fix w/ "yarn install")' @@ -40,7 +40,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: 'Check for unmet constraints (fix w/ "yarn constraints --fix")' @@ -69,7 +69,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Generate coverage report @@ -91,7 +91,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Use ESM and build @@ -118,7 +118,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Build babel artifacts @@ -158,7 +158,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Build babel artifacts @@ -183,7 +183,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Install @@ -213,7 +213,7 @@ jobs: - name: Use Node.js latest # Run yarn on latest node uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Install @@ -259,7 +259,7 @@ jobs: if: matrix.node-version == '6' || matrix.node-version == '8' || matrix.node-version == '10' uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 build-babel8: name: Build Babel 8 Artifacts @@ -274,7 +274,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Use ESM @@ -355,7 +355,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Install @@ -381,7 +381,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Install @@ -410,7 +410,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" # See https://github.com/babel/babel/pull/12906 @@ -517,7 +517,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true cache: "yarn" - name: Install @@ -567,7 +567,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true - name: Checkout test runner uses: actions/checkout@v4 @@ -604,7 +604,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.1 check-latest: true - name: Install run: yarn install