We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640021f commit ce58c3fCopy full SHA for ce58c3f
1 file changed
.github/actions/setup/action.yml
@@ -6,6 +6,8 @@ runs:
6
steps:
7
- name: Setup Node.js
8
uses: actions/setup-node@v4
9
+ with:
10
+ node-version: 24
11
12
- name: Install
13
run: npm install
0 commit comments