File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ jobs:
127127 - name : Setup Node.js
128128 uses : actions/setup-node@v4
129129 with :
130- node-version : ' 20'
131- registry-url : ' https://registry.npmjs.org'
130+ node-version : ' 22'
132131
133132 - name : Setup Python
134133 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 3636 - name : Setup Node.js
3737 uses : actions/setup-node@v4
3838 with :
39- node-version : ' 18'
40- registry-url : ' https://registry.npmjs.org'
39+ node-version : ' 22'
4140
4241 - name : Install dependencies
4342 run : npm ci
Original file line number Diff line number Diff line change 4242 - name : Setup Node.js
4343 uses : actions/setup-node@v4
4444 with :
45- node-version : ' 18'
46- registry-url : ' https://registry.npmjs.org'
45+ node-version : ' 22'
4746
4847 - name : Install dependencies
4948 run : npm ci
You can’t perform that action at this time.
0 commit comments