From 4280d495279ba56352d96e6677d0d3308e1c2284 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Wed, 11 Sep 2024 15:49:49 +0700 Subject: [PATCH] chore: update node versions in ci --- .github/workflows/codecov.yml | 2 +- .github/workflows/polly.yml | 2 +- .github/workflows/pr.yml | 1 - .github/workflows/release.yml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f728c85b6..bc4c4ca9e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Cache node modules diff --git a/.github/workflows/polly.yml b/.github/workflows/polly.yml index c22dad606..8e08ba211 100644 --- a/.github/workflows/polly.yml +++ b/.github/workflows/polly.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - name: Cache node modules uses: actions/cache@v3 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 926ab5dab..0b20366f6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: node: - - 14 - 16 - 18 os: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a5a165a7..c3e4c4a49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Cache node modules