]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
rollup 4.x needs nodejs 18
authormarc tobias <mtmail@gmx.net>
Tue, 2 Jan 2024 16:22:56 +0000 (17:22 +0100)
committermtmail <mtmail@gmx.net>
Wed, 14 Feb 2024 18:15:16 +0000 (19:15 +0100)
.github/workflows/ci.yml

index adecae3ab43313715f05c634dd59f4ff79d927ca..c8ca6718141a36f03ed0a4663f953c3e242914c5 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
       - uses: actions/setup-node@v3
         with:
-          node-version: '16.x'
+          node-version: '18.x'
 
       - name: Install dependencies
         run: yarn install