diff --git a/.github/workflows/code-quality-pipline.yaml b/.github/workflows/code-quality-pipline.yaml index 10be49c..0fa6ff0 100644 --- a/.github/workflows/code-quality-pipline.yaml +++ b/.github/workflows/code-quality-pipline.yaml @@ -28,7 +28,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock @@ -56,7 +56,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock @@ -100,7 +100,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index bac60c8..bd25e0b 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock @@ -70,7 +70,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock @@ -117,7 +117,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/manually-triggered-tests.yaml b/.github/workflows/manually-triggered-tests.yaml index 9777d57..08223cc 100644 --- a/.github/workflows/manually-triggered-tests.yaml +++ b/.github/workflows/manually-triggered-tests.yaml @@ -38,7 +38,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.18' + node-version: '16' cache: 'yarn' cache-dependency-path: yarn.lock