File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 cache : ' pip'
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 20
16+ node-version : 24
1717 - run : pip install rdflib requests
1818 - run : python3 osm_wikidata.py
1919 - run : npm install
Original file line number Diff line number Diff line change 3333 cache : ' pip'
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 20
36+ node-version : 24
3737 - run : pip install rdflib requests
3838 - run : python3 osm_wikidata.py
3939 - run : npm install
5454 ref : ${{ needs.build.outputs.ref }}
5555 - uses : actions/setup-node@v4
5656 with :
57- node-version : 20
57+ node-version : 24
5858 registry-url : ' https://registry.npmjs.org'
5959 - run : npm publish --provenance
6060 env :
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 - uses : actions/checkout@v6
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : 20
18+ node-version : 24
1919 - uses : actions/setup-python@v5
2020 with :
2121 cache : ' pip'
2222 python-version : ' 3.13'
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version : 20
25+ node-version : 24
2626 - run : pip install rdflib requests
2727 - run : python3 osm_wikidata.py
2828 - run : npm install
Original file line number Diff line number Diff line change 2222 "author" : " Simon Legner <Simon.Legner@gmail.com>" ,
2323 "license" : " ISC" ,
2424 "devDependencies" : {
25- "@types/node" : " ^18.11.9 " ,
26- "ts-node" : " ^10.9.1 "
25+ "@types/node" : " ^24.3.1 " ,
26+ "ts-node" : " ^10.9.2 "
2727 }
28- }
28+ }
You can’t perform that action at this time.
0 commit comments