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 24023c4 commit 1e5d970Copy full SHA for 1e5d970
.github/workflows/release.yml
@@ -14,11 +14,6 @@ jobs:
14
with:
15
node-version: '16'
16
registry-url: 'https://registry.npmjs.org'
17
- - uses: actions/cache@v2
18
- with:
19
- path: ~/.npm
20
- key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
21
- restore-keys: ${{ runner.OS }}-node-
22
- run: npm ci
23
- run: npm test
24
- run: npm run build:esm
.github/workflows/unit-test.yml
@@ -17,10 +17,5 @@ jobs:
- uses: actions/setup-node@v2
25
26
0 commit comments