From 0c6b076fdf0735904044b4293df12abd4e1ecf16 Mon Sep 17 00:00:00 2001 From: Matthew Scharley Date: Sat, 1 Jun 2024 10:24:29 +1000 Subject: [PATCH] ci: use node-version-file --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf83fb9..168784f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '.tool-versions' + node-version-file: '.tool-versions' cache: 'npm' - uses: erlef/setup-beam@v1 with: