From a5d408a25af9295b694bbf9e0eb0da394d373901 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 9 Dec 2023 22:57:40 -0800 Subject: [PATCH] Use node 18 Signed-off-by: Tamal Saha --- .github/workflows/ci.yml | 2 +- .github/workflows/preview-website.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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