Lock to npm@9 (#3670)

This commit is contained in:
Louis Lam
2023-09-01 17:30:09 +08:00
committed by GitHub
parent 38f5f16dc7
commit 64b97c0f29
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install npm@latest -g
- run: npm install npm@9 -g
- run: npm install
- run: npm run build
- run: npm test
@@ -61,7 +61,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install npm@latest -g
- run: npm install npm@9 -g
- run: npm ci --production
check-linters: