diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb71917..a608f6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v4 with: - node-version: 24 + node-version: 23 registry-url: https://registry.npmjs.org - name: Checkout diff --git a/package-lock.json b/package-lock.json index 0897fee..5d60599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metacall/deploy", - "version": "0.1.34", + "version": "0.1.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@metacall/deploy", - "version": "0.1.34", + "version": "0.1.35", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -5594,4 +5594,4 @@ "license": "MIT" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6803105..d84034f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metacall/deploy", - "version": "0.1.34", + "version": "0.1.35", "description": "Tool for deploying into MetaCall FaaS platform.", "main": "dist/index.js", "bin": { @@ -127,4 +127,4 @@ "prettier": "^2.1.2", "typescript": "^4.3.2" } -} +} \ No newline at end of file