X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/a22abdcf287306f6cf3805ed99a115d10155a4aa..61e0c9318d8f48915877e6985a46f57ec6d43b83:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94f7a3c..5833130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '10.x' + node-version: '16.x' - name: Install dependencies run: yarn install