From 40b45e5d703ebd4cac86c66fd9ce5630944d769e Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 23:48:13 +0900 Subject: Update Node version in setup-node action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 5b802d8..109ebd9 100644 --- a/action.yml +++ b/action.yml @@ -30,9 +30,9 @@ runs: path: ui - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "20" # create graphdata.json and notes - name: Install graphdata generator dependencies -- cgit