From 4afcbbbbf0506abbd05f42470efb3e50e10b9aeb Mon Sep 17 00:00:00 2001 From: Daniel Jackson Date: Tue, 16 Jan 2024 11:55:10 +0100 Subject: [PATCH] Change source of truth for node version in github to package.json, so see if that makes it fetch the right yarn version as defined there. --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index fed73073..6920fc4c 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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