diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1743fd5..783519c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,8 @@ jobs: cache: npm - name: Install latest npm - run: npm install --global npm@latest + # TODO: npm@9 is the latest, but it doesn't work on Node.js v12 and v14 with windows. + run: npm install --global npm@8 - name: Install dependencies run: npm ci