We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeae1f0 commit ee1ce51Copy full SHA for ee1ce51
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
25
- name: Setup Node ${{ env.NODE_VERSION }}
26
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
27
with:
28
node-version: ${{ env.NODE_VERSION }}
29
cache: 'yarn'
.github/workflows/verify.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Setup Node
17
18
19
node-version: ${{ matrix.node-version }}
20
0 commit comments