Skip to content

Commit

Permalink
chore: Add Node update changeset (#1381)
Browse files Browse the repository at this point in the history
Forgot to add a changeset for
#1378

Also the examples are using a fixed version of electric so until the
update makes it to the examples they cannot be ran at Node v22 so
rolling that back
  • Loading branch information
msfstef committed Jun 18, 2024
1 parent 26b3a87 commit e9dc60f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/curly-cheetahs-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"electric-sql": patch
"@electric-sql/debug-toolbar": patch
---

Update `better-sqlite3` dependency, dropping Node v16 support and adding Node v22 support, see [relevant PR](https://github.com/electric-sql/electric/pull/1378).
4 changes: 2 additions & 2 deletions .github/workflows/examples_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 18
cache: npm
cache-dependency-path: |
${{ matrix.example_dir }}/package-lock.json
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 18
cache: yarn
cache-dependency-path: examples/introduction/yarn.lock
- name: Install dependencies
Expand Down

0 comments on commit e9dc60f

Please sign in to comment.