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 b91cb14 commit 24ad4e9Copy full SHA for 24ad4e9
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
with:
13
node-version: 22
14
15
+ - run: npm i -g [email protected]
16
+
17
- name: Cache PureScript dependencies
18
uses: actions/cache@v4
19
# This cache uses the .lock files to know when it should reinstall
0 commit comments