Skip to content

Commit

Permalink
chore: check
Browse files Browse the repository at this point in the history
  • Loading branch information
victoray committed Aug 1, 2024
1 parent c3b0937 commit 3fe55d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
- name: Update npm to 8.x
run: |
npm i -g npm@8
npm --version
node --version
- name: npm install, build, and test
run: |
npm install --legacy-peer-deps
npm install
npm run build
npm run test
env:
Expand Down

0 comments on commit 3fe55d1

Please sign in to comment.