Skip to content

Commit

Permalink
build: pin npm version (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 28, 2022
1 parent 2e0ef3c commit 6cb69fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@latest
- run: npm install -g npm@7
- run: node --version
- run: npm install --engine-strict
- run: npm test
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install -g npm@latest
- run: npm install -g npm@7
- run: npm install
- run: npm test
esm:
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@latest
- run: npm install -g npm@7
- run: node --version
- run: npm install --engine-strict
- run: npm run test:esm
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install -g npm@latest
- run: npm install -g npm@7
- run: npm install
- run: npm run compile
- uses: denoland/setup-deno@v1
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 15
- run: npm install -g npm@latest
- run: npm install -g npm@7
- run: npm install
- run: npm test
- run: npm run coverage

0 comments on commit 6cb69fb

Please sign in to comment.