You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(core): hasSlotted SSR hints
adds ssr-only `ssr-hint-has-slotted="slotA,default,slotB"` attribute to
elements which use SlotController
* chore: test workflow
* fix(core): don't load demodir for demoContent ssr tests
* chore: wireit cache
* fix(core): ssrpage
* chore: e2e workflow
* test(card): fix ssr assert
* test(card): ssr test
---------
Co-authored-by: Steven Spriggs <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ jobs:
52
52
- name: Configure node version
53
53
uses: actions/setup-node@v4
54
54
with:
55
-
node-version: '20'
55
+
node-version-file: '.nvmrc'
56
56
cache: npm
57
57
58
58
- name: Install dependencies
@@ -265,7 +265,7 @@ jobs:
265
265
close-previous: true
266
266
title: "🧪 Tests are failing on main"
267
267
body: "It looks like the build is currently failing on the main branch. See failed [action results](https://github.com/patternfly/patternfly-elements/actions/runs/${{ github.run_id }}) for more details."
268
-
268
+
269
269
build-windows:
270
270
name: Verify that build runs on Windows
271
271
runs-on: windows-latest
@@ -275,9 +275,9 @@ jobs:
275
275
276
276
# Configures the node version used on GitHub-hosted runners
0 commit comments