aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-24 23:48:13 +0900
committerikoamu <ikoamu@gmail.com>2024-01-24 23:48:13 +0900
commit40b45e5d703ebd4cac86c66fd9ce5630944d769e (patch)
treecd66b7e2a046482a2b70f63278e71b1c9577bf0b /action.yml
parentddf17aecca8dcb16158de103200941cd75b67992 (diff)
Update Node version in setup-node action
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml4
1 files changed, 2 insertions, 2 deletions
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