Skip to content

Commit

Permalink
chore: tell GH Action to read node version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Nov 28, 2024
1 parent c56d66f commit 85989d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.15'
node-version-file: 'package.json'
cache: 'yarn'

- name: Start MongoDB
Expand Down

0 comments on commit 85989d1

Please sign in to comment.