File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v6
18- - name : Use Node.js 20
18+ - name : Use Node.js 24
1919 uses : actions/setup-node@v6
2020 with :
21- node-version : 20
21+ node-version : 24
2222 cache : " npm"
2323 - run : npm ci
2424 - run : npm test
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v6
1515 - uses : actions/setup-node@v6
1616 with :
17- node-version : 20
17+ node-version : 24
1818 cache : " npm"
1919 - run : npm ci
2020 - run : npm test
@@ -30,14 +30,10 @@ jobs:
3030 - uses : actions/checkout@v6
3131 - uses : actions/setup-node@v6
3232 with :
33- node-version : 22
33+ node-version : 24
3434 registry-url : https://registry.npmjs.org/
3535 cache : " npm"
3636
37- # Ensure npm 11.5.1 or later is installed
38- - name : Update npm
39- run : npm install -g npm@latest
40-
4137 - run : npm ci
4238
4339 - name : Determine dist-tag
You can’t perform that action at this time.
0 commit comments