From 3b334bad3bd31bd5c1bc2a9d58bdaa356ff1dc22 Mon Sep 17 00:00:00 2001 From: Alyx Date: Tue, 9 Apr 2024 18:38:41 +0200 Subject: [PATCH] tweak setup-node --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ae06f..ce22e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: id: setup-node uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.x cache: yarn - name: Test Local Action id: test-action