Skip to content

Commit

Permalink
refactor: set node version via .nvmrc (#551)
Browse files Browse the repository at this point in the history
Update pull-request.yml
  • Loading branch information
mfranzke authored Jan 8, 2025
1 parent d6c1389 commit e0cfd8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:

- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run tests
run: npm test

0 comments on commit e0cfd8b

Please sign in to comment.