We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76af789 commit a5b28e3Copy full SHA for a5b28e3
2 files changed
.github/workflows/main.yml
@@ -12,6 +12,7 @@ jobs:
12
uses: actions/setup-node@v3
13
with:
14
node-version-file: '.nvmrc'
15
+ - run: corepack enable
16
- run: yarn install
17
- run: yarn lint-test
18
@@ -25,5 +26,6 @@ jobs:
25
26
27
28
29
30
31
- run: yarn build
.github/workflows/npm-publish.yml
@@ -14,6 +14,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
19
20
0 commit comments