aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
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