Skip to content

Commit e989ab7

Browse files
committed
Updated the actions node version
1 parent 572df0a commit e989ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup Node.js
77
uses: actions/setup-node@v3
88
with:
9-
node-version: 22.9.0
9+
node-version: 20
1010
cache: 'yarn'
1111

1212
- name: Install dependencies

0 commit comments

Comments
 (0)