Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Pin to Node.js 21 on CI" #16452

Merged
merged 1 commit into from May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -24,7 +24,7 @@ aliases:
executors:
node-executor:
docker:
- image: cimg/node:21.7
- image: cimg/node:current
working_directory: ~/babel

jobs:
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Expand Up @@ -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")'
Expand All @@ -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")'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down