We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133d8b9 commit d93a0ebCopy full SHA for d93a0eb
.github/workflows/test-deployment.yml
@@ -12,5 +12,7 @@ jobs:
12
- uses: actions/setup-node@v4
13
with:
14
node-version: '20.11'
15
+ - run: corepack enable
16
+ - run: yarn set version stable
17
- run: yarn install
18
- run: yarn run build-main
0 commit comments