Update ESMeta version to v0.6.2

This commit is contained in:
Jihyeok Park 2025-07-17 22:14:41 +09:00 committed by Ms2ger
parent 6a73fa8f11
commit c67a548997

View File

@ -7,7 +7,7 @@ jobs:
name: 'esmeta test262'
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
@ -25,7 +25,7 @@ jobs:
- name: download esmeta
run: |
mkdir -p "${ESMETA_HOME}"
git clone --branch v0.4.2 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
git clone --branch v0.6.2 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
cd "${ESMETA_HOME}" && git submodule update --init --depth 1
- name: build esmeta
working-directory: ${{ env.ESMETA_HOME }}