diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f92617c..37345df 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,7 +5,7 @@ name: Node.js CI on: push: - branches: [main, 1.x] + branches: [main] pull_request: workflow_dispatch: @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 @@ -66,11 +66,11 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] services: rippled: - image: gcr.io/thelab-924f3/dangell7-hooksv3d-standalone:latest + image: gcr.io/thelab-924f3/dangell7-xahau-standalone:2023.10.30.443 ports: - 6006:6006 options: --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s diff --git a/.vscode/settings.json b/.vscode/settings.json index a04b594..f03d7c9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,8 +6,5 @@ "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true - }, - "cmake.configureOnOpen": false, - "cmake.sourceDirectory": "/Users/dustedfloor/projects/xrpl-labs/the-hooks-library/binaryen/test/lit", - "C_Cpp.errorSquiggles": "disabled" + } }