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 2bccc07 commit cd1a6c5Copy full SHA for cd1a6c5
.github/workflows/esmeta-typecheck.yml
@@ -24,7 +24,7 @@ jobs:
24
cd "${ESMETA_HOME}"
25
git init
26
git remote add origin https://github.com/es-meta/esmeta.git
27
- git fetch --depth 1 origin f6c24d62ef5a59b16a1f4d8e023eb44da99283fb ;# v0.3.0
+ git fetch --depth 1 origin 604160b059a026a28654d192e4fe0fb461527623 ;# v0.3.1
28
git checkout FETCH_HEAD
29
- name: build esmeta
30
run: |
0 commit comments