Skip to content

Commit

Permalink
ci(workflow): use .nvmrc as single source for node (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanrm20 authored Jan 21, 2024
1 parent 50bb87a commit 1960ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'

- name: Install
run: npm ci
Expand Down

0 comments on commit 1960ad8

Please sign in to comment.