Skip to content

Commit 33dd7b9

Browse files
committed
📌 downgrade Node.JS runtime back to 16.x
1 parent b6ee92e commit 33dd7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
description: 'Discord ID of the user whose status you want to fetch.'
1313
required: true
1414
runs:
15-
using: 'node18'
15+
using: 'node16'
1616
main: 'update.js'

0 commit comments

Comments
 (0)