We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9224c37 commit 04822acCopy full SHA for 04822ac
.github/workflows/esmeta-typecheck.yml
@@ -26,7 +26,7 @@ jobs:
26
cd "${ESMETA_HOME}"
27
git init
28
git remote add origin https://github.com/es-meta/esmeta.git
29
- git fetch --depth 1 origin 6038a20b263d51410e1b8112157af9b1f413349e ;# v0.6.3
+ git fetch --depth 1 origin 154cd346cfad4bfb485de1c34fc9715748e2d517 ;# v0.6.4
30
git checkout FETCH_HEAD
31
- name: build esmeta
32
run: |
0 commit comments