Skip to content

Commit 7ae6f19

Browse files
committed
update node to 24
1 parent d8843b1 commit 7ae6f19

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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:

.github/workflows/scheduled_update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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+
}

0 commit comments

Comments
 (0)