Skip to content

Commit

Permalink
chore: only test on node@22
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 5, 2024
1 parent 70bf573 commit 6effb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [20,22]
node: [22]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 6effb6f

Please sign in to comment.