Skip to content

Commit

Permalink
chore: remove node v22 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 21, 2024
1 parent cf30c8f commit f418586
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# https://github.com/actions/setup-node/issues/480#issuecomment-1915448139
- name: Enable Corepack
run: corepack enable

- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -29,14 +24,9 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4

# https://github.com/actions/setup-node/issues/480#issuecomment-1915448139
- name: Enable Corepack
run: corepack enable

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f418586

Please sign in to comment.