X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/13445adc0d500a8c8285c9c75707f35df89d9d0e..009e6267f7b7cf46be7958327d83e4cf261334b0:/.github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a239e48..392cca2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,11 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '18.x' - name: Install dependencies run: yarn install