Skip to content

Commit

Permalink
Merge pull request #662 from Turbo87/node-versions
Browse files Browse the repository at this point in the history
CI: Update Node.js versions
  • Loading branch information
Turbo87 authored Jan 6, 2025
2 parents ee51498 + 8ab701e commit 9df890c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
FORCE_COLOR: 1
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 6.35.1
PNPM_VERSION: 9.15.3

jobs:
lint:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 12.x
node-version: 22.x

- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
Expand All @@ -36,7 +36,7 @@ jobs:
tests:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [20.x, 22.x]

name: Tests (Node.js ${{ matrix.node-version }})
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 14.x
node-version: 22.x
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
Expand Down

0 comments on commit 9df890c

Please sign in to comment.