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 edb3836 commit dec4091Copy full SHA for dec4091
.github/workflows/pkg.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
node-version: '18'
17
+ - run: npm install -g yarn
18
- run: yarn --frozen-lockfile
19
- run: npm install --global pkg
20
- run: yarn build
0 commit comments