From ef64e90f41c6e4a2f8b4d605f23c88bd04f8f801 Mon Sep 17 00:00:00 2001 From: ph1p Date: Thu, 23 Nov 2023 11:53:30 +0100 Subject: [PATCH] build(workflow): update node versions --- .github/workflows/test-and-build.yml | 2 +- .github/workflows/test-and-publish.yml | 2 +- .github/workflows/vercel-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 3eb6d70..d45754e 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x, 17.x] + node-version: [19.x, 20.x] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 52038f5..226133e 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [16.x, 17.x] + node-version: [19.x, 20.x] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index 8584052..73b6a73 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -28,7 +28,7 @@ jobs: needs: test strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}