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 714b546 commit e2eb287Copy full SHA for e2eb287
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v3
24
25
- name: Setup Node ${{ env.NODE_VERSION }}
26
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
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