diff --git a/.circleci/config.yml b/.circleci/config.yml index 0222178f9e4c..182b3c18e955 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ aliases: executors: node-executor: docker: - - image: cimg/node:21.7 + - image: cimg/node:current working_directory: ~/babel jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f861a024d08b..bad6abfaa471 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest 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: 21 + node-version: latest check-latest: true cache: "yarn" - name: Use ESM @@ -353,7 +353,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: 21 + node-version: latest check-latest: true cache: "yarn" - name: Install @@ -379,7 +379,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: 21 + node-version: latest check-latest: true cache: "yarn" - name: Install @@ -408,7 +408,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: 21 + node-version: latest check-latest: true cache: "yarn" # See https://github.com/babel/babel/pull/12906 @@ -515,7 +515,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: 21 + node-version: latest check-latest: true cache: "yarn" - name: Install @@ -565,7 +565,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: 21 + node-version: latest check-latest: true - name: Checkout test runner uses: actions/checkout@v4 @@ -602,7 +602,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v4 with: - node-version: 21 + node-version: latest check-latest: true - name: Install run: yarn install