From 20b2694910577858ad0f80b1891306f6c798100d Mon Sep 17 00:00:00 2001 From: Konstantin Tarkus Date: Tue, 5 Sep 2023 11:39:20 +0200 Subject: [PATCH] chore(deps): Bump Node.js version on CI/CD --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33a70670b..35df6b0f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ on: required: true env: - NODE_VERSION: 20.4.x + NODE_VERSION: 20.6.x VERSION: ${{ github.event.pull_request.number }} HUSKY: 0 @@ -30,7 +30,7 @@ jobs: name: "Build" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Configure Node.js and install NPM dependencies - uses: actions/setup-node@v3 @@ -59,7 +59,7 @@ jobs: name: ${{ inputs.environment || 'test' }} url: ${{ inputs.environment == 'prod' && 'https://example.com' || format('https://{0}.example.com', inputs.environment || 'test') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: { node-version: "${{ env.NODE_VERSION }}", cache: "yarn" } - run: yarn install