diff --git a/.github/workflows/backend-review.yml b/.github/workflows/backend-review.yml index 11b4b562c0..3e9afa2e09 100644 --- a/.github/workflows/backend-review.yml +++ b/.github/workflows/backend-review.yml @@ -23,10 +23,10 @@ jobs: CREDS_IV: ${{ secrets.CREDS_IV }} steps: - uses: actions/checkout@v2 - - name: Use Node.js 19.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 19.x + node-version: 20 cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/frontend-review.yml b/.github/workflows/frontend-review.yml index acc43b503e..1401af97f4 100644 --- a/.github/workflows/frontend-review.yml +++ b/.github/workflows/frontend-review.yml @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 19.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 19.x + node-version: 20 cache: 'npm' - name: Install dependencies