We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172f08c commit 351ebb2Copy full SHA for 351ebb2
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
version: 7.11.0
21
22
- name: Use Node ${{ matrix.node }}
23
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node }}
26
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
version: 7.28.0
27
28
29
30
.github/workflows/storybook.yml
@@ -19,7 +19,7 @@ jobs:
19
0 commit comments