Skip to content

Commit

Permalink
Merge pull request #421 from birkskyum/bump-node-matrix-20-and-22
Browse files Browse the repository at this point in the history
Expand node test matrix with node 20+22
  • Loading branch information
nksaraf authored Dec 1, 2024
2 parents b0ccb64 + 6a77eaa commit 9591adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18]
node-version: [18, 20, 22]
# adapter:
# - solid-start-node
# - solid-start-node
# - solid-start-cloudflare-workers
# - solid-start-cloudflare-pages
# - solid-start-deno
Expand Down

0 comments on commit 9591adb

Please sign in to comment.