Skip to content

Commit

Permalink
ci: set nodejs version from .nvmrc file (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiPol1359 authored Dec 2, 2023
1 parent d9ccad5 commit fa6fee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: '.nvmrc'

- name: Install deps
run: npm ci
Expand All @@ -24,4 +24,3 @@ jobs:

- name: Create test directory
run: npm run create

0 comments on commit fa6fee6

Please sign in to comment.