We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e485c commit 633fc3bCopy full SHA for 633fc3b
.github/workflows/publish-npm.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .npmrc file for NPM registry
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 19.x
+ node-version: 20.x
21
registry-url: "https://registry.npmjs.org"
22
23
- name: Install dependencies
@@ -35,6 +35,7 @@ jobs:
35
yarn install
36
yarn build
37
cd ../../..
38
+ yarn install && yarn build
39
yarn test
40
41
- name: Build production bundle
.github/workflows/run-tests.yml
@@ -34,6 +34,7 @@ jobs:
34
0 commit comments