Skip to content

Commit

Permalink
ci: add node 20.x to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Apr 29, 2023
1 parent 13d29af commit 034673d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/brave-peas-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@soluble/cache-interop": patch
"@soluble/cache-ioredis": patch
"@soluble/cache-redis": patch
"@soluble/dsn-parser": patch
---

Add node 20.x in CI
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.X]
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 034673d

Please sign in to comment.