Skip to content

Commit 4e2e446

Browse files
authored
Merge branch 'main' into import-defer-new-cases
2 parents b18d858 + 7dd5f97 commit 4e2e446

File tree

2,586 files changed

+229115
-13034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,586 files changed

+229115
-13034
lines changed

.github/workflows/esmeta-test262.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: download esmeta
2626
run: |
2727
mkdir -p "${ESMETA_HOME}"
28-
git clone --branch v0.6.2 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
28+
git clone --branch v0.7.1 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
2929
cd "${ESMETA_HOME}" && git submodule update --init --depth 1
3030
- name: build esmeta
3131
working-directory: ${{ env.ESMETA_HOME }}

0 commit comments

Comments
 (0)