From 072134afa41eb10b2dd4fd8b06583d3c8577737b Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Mon, 5 Feb 2024 00:02:21 +0900 Subject: [PATCH] update node version --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ee712f81..49c13462 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: https://github.com/actions/setup-node@v4 with: - version: 'latest' + node-version: 'latest' cache: 'npm' cache-dependency-path: 'package-lock.json' - run: npm i