Skip to content

Commit

Permalink
Merge pull request #2 from przeprogramowani/main
Browse files Browse the repository at this point in the history
ci: set nodejs version from .nvmrc file (przeprogramowani#15)
  • Loading branch information
mwitomski-official authored Dec 3, 2023
2 parents 2dab8ec + fa6fee6 commit 8e613d8
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 8e613d8

Please sign in to comment.