this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: pre-release the adapters-api branch (#960)

authored by

Victor Berchet and committed by
GitHub
c399fa89 7edf91c7

+2 -2
+1 -1
.github/actions/install-dependencies/action.yml
··· 3 3 inputs: 4 4 node-version: 5 5 description: the version of Node.js to install 6 - default: 20.18.0 6 + default: 22 7 7 8 8 runs: 9 9 using: "composite"
+1 -1
.github/workflows/prereleases.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: [main, experimental] 5 + branches: [main, experimental, adapters-api] 6 6 pull_request: 7 7 8 8 jobs: