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 f19f4dd commit 4ef1bd3Copy full SHA for 4ef1bd3
.github/workflows/build.yml
@@ -47,8 +47,6 @@ jobs:
47
with:
48
node-version: lts/*
49
cache: npm
50
- - name: Use NPM 8
51
- run: npm i -g npm@8
52
- run: npm ci
53
- name: test
54
run: npm run test -- --coverage
.github/workflows/release.yml
@@ -28,8 +28,6 @@ jobs:
28
29
30
registry-url: https://registry.npmjs.org
31
32
33
34
- name: build
35
run: npm run build
0 commit comments