Skip to content

Commit

Permalink
ci: update base Node.js version to v22
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#127
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 19, 2024
1 parent b6d82f9 commit 2439e83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: [18, 20, 22]
include:
- os: windows-latest
node-version: 20 # LTS
node-version: 22 # LTS
- os: macos-latest
node-version: 20 # LTS
node-version: 22 # LTS
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20 # LTS
node-version: 22 # LTS
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20 # LTS
node-version: 22 # LTS
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -112,7 +112,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20 # LTS
node-version: 22 # LTS
- name: Install dependencies
run: npm ci
- name: Verify commit linting
Expand All @@ -125,7 +125,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20 # LTS
node-version: 22 # LTS
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
fetch-depth: 1
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20 # LTS
node-version: 22 # LTS
- name: Validate Renovate config
run: npx -p renovate --yes renovate-config-validator

0 comments on commit 2439e83

Please sign in to comment.