Skip to content

Commit 530c71f

Browse files
authored
actions: Set node version (#5868)
Signed-off-by: Abhijat Malviya <[email protected]>
1 parent 13393aa commit 530c71f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/mastodon-ruby-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ruby-version: 3.4
6666
bundler-cache: true
6767
- name: Set up Node.js
68-
uses: actions/setup-node@v5
68+
uses: actions/setup-node@v4
6969
with:
7070
node-version-file: '.nvmrc'
7171
- name: Enable corepack

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.19

0 commit comments

Comments
 (0)