Skip to content

Commit

Permalink
chore(deps): Bump Node.js version on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Sep 5, 2023
1 parent 3b8a3d1 commit 20b2694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 20b2694

Please sign in to comment.