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:
Ryan Waskiewicz
2023-02-09 14:48:25 -08:00
committed by GitHub
parent c8528cd1ca
commit f985f606fc
2 changed files with 31 additions and 3 deletions

View File

@@ -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