Skip to content

Commit

Permalink
Merge branch 'main' into update-test262-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 26, 2024
2 parents eb2c9e9 + 1c05cb6 commit 67022ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -24,7 +24,7 @@ aliases:
executors:
node-executor:
docker:
- image: cimg/node:current
- image: cimg/node:21.7
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21

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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
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: latest
node-version: 21
check-latest: true
cache: "yarn"
- name: Install
Expand All @@ -540,7 +540,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v4
with:
node-version: latest
node-version: 21
check-latest: true
- name: Checkout test runner
uses: actions/checkout@v4
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v4
with:
node-version: latest
node-version: 21
check-latest: true
- name: Install
run: yarn install
Expand Down

0 comments on commit 67022ca

Please sign in to comment.