Skip to content

Commit

Permalink
refactor: set node version via .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 8, 2025
1 parent fb96174 commit 96572d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
uses: actions/checkout@v3

- name: Set up NodeJS
uses: actions/setup-node@v3
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 96572d4

Please sign in to comment.