From 7f54d0c75c12335c361ec5fe7cdf8b9016e38956 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Fri, 6 Oct 2023 00:14:50 +0200 Subject: [PATCH] ci: fix `actions/setup-node` setup for linting --- .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 e753768a..8c6b0cf4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node: 20.x + node-version: 20.x - name: Install Packages run: npm install - name: Lint