diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 63c8f696d..c1cd2113b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,10 +36,10 @@ jobs: with: ref: ${{ inputs.ref || '' }} - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies uses: ./packages/actions/src/yarnCache diff --git a/.github/workflows/npm-auto-deprecate.yml b/.github/workflows/npm-auto-deprecate.yml index 019f3b7f2..58e972969 100644 --- a/.github/workflows/npm-auto-deprecate.yml +++ b/.github/workflows/npm-auto-deprecate.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies uses: ./packages/actions/src/yarnCache diff --git a/.github/workflows/publish-dev-docker.yml b/.github/workflows/publish-dev-docker.yml index c657518ab..157c0d8a1 100644 --- a/.github/workflows/publish-dev-docker.yml +++ b/.github/workflows/publish-dev-docker.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies uses: ./packages/actions/src/yarnCache diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index a4b65d372..d51a38363 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -43,10 +43,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Install dependencies diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index d459a7ad4..b251227f7 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -9,10 +9,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies uses: ./packages/actions/src/yarnCache diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index d1ca7ff8c..f25fd3dce 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -14,10 +14,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Install dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 490a318c8..773ee0464 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,10 +19,10 @@ jobs: with: fetch-depth: 0 - - name: Install node.js v16 + - name: Install node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies uses: ./packages/actions/src/yarnCache