File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- node-version : [22 .x, 23 .x]
14+ node-version : [24 .x, 25 .x]
1515
1616 steps :
1717 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 platform : [chrome, firefox]
15- node-version : [22 .x, 23 .x]
15+ node-version : [24 .x, 25 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [23 .x]
18+ node-version : [24 .x]
1919
2020 steps :
2121 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919 - uses : actions/setup-node@v5
2020 with :
21- node-version : " 22 .x"
21+ node-version : " 24 .x"
2222 - name : Install Packages
2323 run : npm install
2424 - name : Build
Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- node-version : [22 .x, 23 .x]
14+ node-version : [24 .x, 25 .x]
1515
1616 steps :
1717 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Want to use for the German language? Take a look these great articles!
6060
6161### Preparation
6262
63- Use [ Node.js] ( https://nodejs.org/en/download/ ) 22 +.
63+ Use [ Node.js] ( https://nodejs.org/en/download/ ) 24 +.
6464
6565``` sh
6666npm install
You can’t perform that action at this time.
0 commit comments