X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/6e68f11776a8f6f5a62b989f13ebf7438ef32476..c17ad0ef44aa8e1c091d8d1ab729a5ce6c61e222:/.github/workflows/release.yml?ds=inline diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe8d44c..23b2050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.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