Skip to content

Commit

Permalink
update es-meta version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Aug 20, 2024
1 parent dde3050 commit 5e57a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esmeta-test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: download esmeta
run: |
mkdir -p "${ESMETA_HOME}"
git clone --branch v0.4.1 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
git clone --branch v0.4.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 }}
Expand Down

0 comments on commit 5e57a79

Please sign in to comment.