Skip to content

Commit bdf8c32

Browse files
committed
chore: run release workflow on release-v9 branch
1 parent 61aa68d commit bdf8c32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- master
66
- main
77
- beta
8+
- release-v9
89

910
jobs:
1011
release:
@@ -18,7 +19,7 @@ jobs:
1819
- name: Setup Node.js
1920
uses: actions/setup-node@v3
2021
with:
21-
node-version: 'lts/*'
22+
node-version: 16
2223
- name: Install dependencies
2324
run: yarn install --frozen-lockfile
2425
- name: Validate CommonJS bundle

0 commit comments

Comments
 (0)