From d4839ae8af4bb259afa5932d4aec4b668599c66e Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Thu, 28 Dec 2023 05:48:21 +0000 Subject: [PATCH] chore: bump version to 20 --- .github/workflows/deploy-doc.yaml | 4 ++-- .github/workflows/tests.yaml | 2 +- .node-version | 2 +- .nvmrc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-doc.yaml b/.github/workflows/deploy-doc.yaml index 070e7ee3f..f5c449ef2 100644 --- a/.github/workflows/deploy-doc.yaml +++ b/.github/workflows/deploy-doc.yaml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install Vercel CLI run: | npm install -g vercel diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ceb9fe82c..cd0e739e1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [18.x] + node-version: [20.x] steps: - name: Set git to use LF (instead of CRLF on Windows) run: | diff --git a/.node-version b/.node-version index 3c032078a..209e3ef4b 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18 +20 diff --git a/.nvmrc b/.nvmrc index 3c032078a..209e3ef4b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20