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 0fc6c3a commit c1953cfCopy full SHA for c1953cf
.github/workflows/ci.yml
@@ -25,8 +25,8 @@ jobs:
25
cache: 'npm'
26
node-version: ${{ env.NODE_VERSION }}
27
28
- - name: Install dependencies
29
- run: npm install
+ - run: npm i -g npm@9
+ - run: npm ci
30
31
- name: Lint
32
run: npm run lint
@@ -46,8 +46,8 @@ jobs:
46
47
48
49
50
51
52
- name: Test
53
uses: percy/[email protected]
@@ -71,8 +71,8 @@ jobs:
71
72
73
74
75
76
77
78
run: npm run test:node
0 commit comments