We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5b035 commit ea4b671Copy full SHA for ea4b671
.github/workflows/test.yml
@@ -18,8 +18,6 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 20
21
- cache: 'npm'
22
- cache-dependency-path: js/package-lock.json
23
24
- name: Install ANTLR4
25
run: cd .. && make dev
0 commit comments