diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8d8a13b..341c9cfe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - run: npm install - name: Lint @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - run: npm install - run: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 912a7d90..525a13a6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - name: Build Image id: docker-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 197c6ae0..5fd664d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - run: npm install - name: Lint @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - run: npm install - name: Build artifacts diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0785e8e3..1ca122f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - id: build run: npm install @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - run: npm install - id: unit-test @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '16' - run: npm version - id: build run: |