Skip to content

Commit

Permalink
Upgrade ESMeta to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 20, 2024
1 parent 5881c1f commit 668e878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esmeta-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd "${ESMETA_HOME}"
git init
git remote add origin https://github.com/es-meta/esmeta.git
git fetch --depth 1 origin 400c5bfec94899d6d41d4cfe61f6fc258fe41fb5 ;# v0.4.3
git fetch --depth 1 origin 8671a26f01d9f599b36c1a8351f8d8af86e6c722 ;# v0.5.0
git checkout FETCH_HEAD
- name: build esmeta
run: |
Expand Down

0 comments on commit 668e878

Please sign in to comment.