Skip to content

Commit

Permalink
infra: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Oct 24, 2023
1 parent 6469a5d commit 76f4c0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ 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
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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 76f4c0f

Please sign in to comment.