diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79212b5..354520d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,13 +88,12 @@ jobs: run: echo "date=$(date)" >> $GITHUB_OUTPUT - name: Install CMake/Ninja - uses: lukka/get-cmake@latest + uses: lukka/get-cmake@v3.27.6 - name: Run VCPKG - uses: lukka/run-vcpkg@v11 + uses: lukka/run-vcpkg@v10 with: - # tag: 2023.10.19 - vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' + vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00' - name: gcc version run: | diff --git a/package.json b/package.json index cff3d6e..e2efabb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@openziti/ziti-sdk-nodejs", "description": "A NodeJS-based SDK for delivering secure applications over a Ziti Network", - "version": "0.16.0", + "version": "0.17.0", "main": "./lib/ziti", "scripts": { "build": "npm run build:init && npm run build:configure && npm run build:make", diff --git a/vcpkg.json b/vcpkg.json index 1b88e57..de68e6b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,5 +16,5 @@ ], "features": { }, - "builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996" + "builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00" } \ No newline at end of file