Skip to content

Commit

Permalink
Remove Node version from test matrix
Browse files Browse the repository at this point in the history
To soon..
  • Loading branch information
carhartl committed Mar 9, 2024
1 parent ec76018 commit 2eca98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 2eca98a

Please sign in to comment.