Skip to content

Commit 8ec9bd5

Browse files
feat: update dependencies (#396)
* feat: update dependencies * ci: update Node * fix: type
1 parent c08f7ed commit 8ec9bd5

File tree

7 files changed

+748
-1056
lines changed

7 files changed

+748
-1056
lines changed

.github/workflows/js-client-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-22.04, ubuntu-22.04-arm]
21-
node-version: [20]
21+
node-version: [22]
2222

2323
services:
2424
postgres:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ jobs:
191191
# v1.0.0 --> 1.0.0
192192
VERSION=${GITHUB_REF#refs/*/}
193193
echo "VERSION=${VERSION:1}" >> $GITHUB_ENV
194-
- name: Setup Node.js 20
194+
- name: Setup Node.js 22
195195
uses: actions/setup-node@v4
196196
with:
197-
node-version: 20
197+
node-version: 22
198198
registry-url: "https://npm.pkg.github.com"
199199
scope: "@meetsmore"
200200

0 commit comments

Comments
 (0)