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 4cf4df9 commit cd9401aCopy full SHA for cd9401a
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
submodules: true
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 18
+ node-version: 20
23
cache: npm
24
25
- name: Install typst
.github/workflows/test-deploy.yml
@@ -1,3 +1,4 @@
1
+
2
name: Test deployment
3
4
on:
@@ -21,7 +22,7 @@ jobs:
26
27
28
0 commit comments