diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 582ff723f..67103de6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' check-latest: true - name: Install yq diff --git a/.github/workflows/preview-website.yml b/.github/workflows/preview-website.yml index f9b9350e8..f32919ba7 100644 --- a/.github/workflows/preview-website.yml +++ b/.github/workflows/preview-website.yml @@ -26,7 +26,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '16' + node-version: '18' check-latest: true - name: Install yq diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a79426ae9..ed7931d07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '16' + node-version: '18' check-latest: true - name: Install yq