X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/b7666a2992cefb982249a19c68467a14f36cc1bb..4e25f6d5f3a7534ea82e8b6770b2aa2de2782c62:/.github/workflows/ci.yml 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