mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(ci): point stencil nightly at feature-7.0 (#26774)
this commit points the stencil nightly tests at framework v7's feature branch. stencil 3 (which is now the `HEAD` of the stencil repo's `main` branch) had breaking changes. framework v7 will use stencil v3, and it is in this branch that the fixes for the breaking changes have been applied.
This commit is contained in:
@@ -4,6 +4,8 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: feature-7.0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
Reference in New Issue
Block a user