diff --git a/.github/workflows/protect-stable.yml b/.github/workflows/protect-stable.yml index b133a1f..124d7e3 100644 --- a/.github/workflows/protect-stable.yml +++ b/.github/workflows/protect-stable.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: '**/yarn.lock' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6009aee..5f6dae5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: '**/yarn.lock' diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index d8a61cb..ceecdff 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: '**/yarn.lock'