Skip to content

Commit

Permalink
ci: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 7, 2024
1 parent b88d383 commit 939e2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies 📥
uses: bahmutov/npm-install@v1
run: npm ci
- name: Build typescript 📦
run: npm run build
- name: Lint code 💅
Expand Down

0 comments on commit 939e2ee

Please sign in to comment.