We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3691abc commit 8eab816Copy full SHA for 8eab816
.github/workflows/storybook-tests.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version-file: '.nvmrc'
+ node-version: '18'
19
- name: Install dependencies
20
run: yarn
21
- name: Install Playwright
0 commit comments