diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ec0c957..f93cddcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' - name: Install Dependencies 📦 @@ -60,7 +60,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 74961582..4db9eca4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' - name: Install Dependencies 📦 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index e88d4a47..da17a893 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' registry-url: https://registry.npmjs.org/ @@ -57,7 +57,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' registry-url: https://registry.npmjs.org/