diff --git a/.github/workflows/docker-next-terminal.yml b/.github/workflows/docker-next-terminal.yml index 2d00caf..21a3d3d 100644 --- a/.github/workflows/docker-next-terminal.yml +++ b/.github/workflows/docker-next-terminal.yml @@ -19,7 +19,7 @@ jobs: - name: node Setup uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '14' - name: npm install run: | cd web diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index fe78410..4949e27 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,7 +14,7 @@ jobs: - name: node Setup uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '14' - name: npm install run: | cd web