Skip to content

Commit

Permalink
ci: specify node and npm version in the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Nov 4, 2023
1 parent b16d0af commit 1a6db8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 20.9
- name: Npm version
run: |
npm install [email protected] -g
- name: npm install
run: |
npm install
Expand Down

0 comments on commit 1a6db8b

Please sign in to comment.