]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - .github/workflows/ci.yml
rollup 4.x needs nodejs 18
[nominatim-ui.git] / .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