Skip to content

Commit

Permalink
Change source of truth for node version in github to package.json, so…
Browse files Browse the repository at this point in the history
… see if that makes it fetch the right yarn version as defined there.
  • Loading branch information
DanielJackson-Oslo committed Jan 16, 2024
1 parent 13dfa9c commit 4afcbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'package.json'

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 4afcbbb

Please sign in to comment.