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: