Skip to content

Commit

Permalink
infra(workflows): use npm that comes with node
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Oct 25, 2023
1 parent ee7ddfa commit 63a934e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
node-version: '18.x'
cache: 'npm'
- name: npm10:
run: npm i -g 'npm@10.*' --registry=https://registry.npmjs.org
- name: Install Packages
run: npm ci
- name: Lint Files
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm i -g 'npm@10.*' --registry=https://registry.npmjs.org
- run: npm ci
shell: bash
- uses: codex-team/action-nodejs-package-info@v1
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
node-version: ${{ matrix.node-version }}
os: ${{ matrix.os }}
cache: 'npm'
- name: npm10
run: npm i -g 'npm@10.*' --registry=https://registry.npmjs.org
- name: Install packages for project
run: npm ci
- run: npm run build
Expand Down

0 comments on commit 63a934e

Please sign in to comment.