Skip to content

Commit c399fa8

Browse files
authored
chore: pre-release the adapters-api branch (#960)
1 parent 7edf91c commit c399fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Install dependencies, fetching from cache when possible"
33
inputs:
44
node-version:
55
description: the version of Node.js to install
6-
default: 20.18.0
6+
default: 22
77

88
runs:
99
using: "composite"

.github/workflows/prereleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish prereleases
22

33
on:
44
push:
5-
branches: [main, experimental]
5+
branches: [main, experimental, adapters-api]
66
pull_request:
77

88
jobs:

0 commit comments

Comments
 (0)