File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 - name : Setup Node.js environment
4848 uses : actions/setup-node@v4
4949 with :
50- node-version : ' 16 '
50+ node-version : ' 22 '
5151
5252 - name : Install frontend dependencies
5353 run : npm install
7373 - name : Setup Node.js environment
7474 uses : actions/setup-node@v4
7575 with :
76- node-version : ' 16 '
76+ node-version : ' 22 '
7777
7878 - name : Install dependencies
7979 run : composer install --prefer-dist --no-progress && npm install
9898 - name : Setup Node.js environment
9999 uses : actions/setup-node@v4
100100 with :
101- node-version : ' 16 '
101+ node-version : ' 22 '
102102
103103 - name : Install frontend dependencies
104104 run : npm install
Original file line number Diff line number Diff line change 1414 - name : Setup Node.js environment
1515 uses : actions/setup-node@v4
1616 with :
17- node-version : ' 16 '
17+ node-version : ' 22 '
1818
1919 - name : Install frontend dependencies
2020 run : npm install
You can’t perform that action at this time.
0 commit comments