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 9f31a34 commit 7f1f4f6Copy full SHA for 7f1f4f6
.github/workflows/formal-spec-listener.yaml
@@ -118,12 +118,12 @@ jobs:
118
uses: actions/setup-node@v4
119
with:
120
node-version: 22
121
- cache: "yarn"
122
- cache-dependency-path: ./site/yarn.lock
+ cache: "npm"
+ cache-dependency-path: ./site/package-lock.json
123
124
- name: 📦 Install dependencies
125
working-directory: site
126
- run: yarn install
+ run: npm ci
127
128
- name: 📝 Update formal spec directory
129
run: |
@@ -139,7 +139,7 @@ jobs:
139
140
input-dir: site/static/formal-spec
141
config-file: site/agda-docs.config.json
142
- node-options: '--max-old-space-size=4096'
+ node-options: "--max-old-space-size=4096"
143
144
- name: 🔍 Check for changes
145
id: check-changes
0 commit comments