We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c56d67 commit 671c583Copy full SHA for 671c583
1 file changed
.github/workflows/publish.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '20'
+ node-version: "20"
29
30
- name: Install tree-sitter-cli
31
run: npm install -g tree-sitter-cli
@@ -41,6 +41,8 @@ jobs:
41
42
- name: Setup quarto
43
uses: quarto-dev/quarto-actions/setup@v2
44
+ with:
45
+ version: pre-release
46
47
- name: Setup Jupyter
48
run: python3 -m pip install jupyter jupyterlab
0 commit comments