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 eefa561 commit fefcc88Copy full SHA for fefcc88
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: 16
+ node-version: 18
19
registry-url: 'https://registry.npmjs.org'
20
21
- run: npm install
.github/workflows/npm.yml
@@ -11,11 +11,10 @@ jobs:
11
12
13
14
- - run: npm run hoist
- run: npm run build
- run: npm run coverage
0 commit comments