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 1c6a02b commit c31b7deCopy full SHA for c31b7de
.github/workflows/cd-registry.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-node@v4
23
with:
24
node-version: '20.x'
25
- cache: "yarn"
+ cache: "pnpm"
26
registry-url: 'https://registry.npmjs.org'
27
scope: '@openscript-ch'
28
0 commit comments