From: marc tobias Date: Tue, 2 Jan 2024 16:22:56 +0000 (+0100) Subject: rollup 4.x needs nodejs 18 X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/4e25f6d5f3a7534ea82e8b6770b2aa2de2782c62 rollup 4.x needs nodejs 18 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adecae3..c8ca671 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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