From ac3ead8dcef9c64c6be8b5cbbceee143b2cc77a8 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Wed, 4 May 2022 01:49:33 +0400 Subject: [PATCH] build(frontend): bump node version from 14 to 16 --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 793c6d29..9b63df43 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - run: make lint-frontend lint-backend: runs-on: ubuntu-latest @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - run: make lint-commits lint: runs-on: ubuntu-latest @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - run: make test-frontend test-backend: runs-on: ubuntu-latest @@ -79,7 +79,7 @@ jobs: go-version: 1.18.1 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx