upgrade node version #21

Closed
zramsay wants to merge 2 commits from zach/upgrade-node into main
3 changed files with 12349 additions and 0 deletions
Showing only changes of commit 9d5b00ee29 - Show all commits

View File

@ -5,6 +5,7 @@ on:
branches:
- main
- release/**
- '*'
jobs:
sdk_tests:

12345
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,9 @@
"repository": "git@github.com:cerc-io/registry-sdk.git",
"author": "",
"license": "UNLICENSED",
"engines": {
"node": ">=20.16.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",