Skip to content

Commit 7f1f4f6

Browse files
committed
fix: workflow
1 parent 9f31a34 commit 7f1f4f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/formal-spec-listener.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ jobs:
118118
uses: actions/setup-node@v4
119119
with:
120120
node-version: 22
121-
cache: "yarn"
122-
cache-dependency-path: ./site/yarn.lock
121+
cache: "npm"
122+
cache-dependency-path: ./site/package-lock.json
123123

124124
- name: 📦 Install dependencies
125125
working-directory: site
126-
run: yarn install
126+
run: npm ci
127127

128128
- name: 📝 Update formal spec directory
129129
run: |
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
input-dir: site/static/formal-spec
141141
config-file: site/agda-docs.config.json
142-
node-options: '--max-old-space-size=4096'
142+
node-options: "--max-old-space-size=4096"
143143

144144
- name: 🔍 Check for changes
145145
id: check-changes

0 commit comments

Comments
 (0)