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 b04dc04 commit 9a2adbeCopy full SHA for 9a2adbe
.github/workflows/changesets.yaml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v3
17
18
- name: Setup Node.js 20
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: 20
22
.github/workflows/quality.yml
@@ -22,7 +22,7 @@ jobs:
show-progress: false
23
24
- name: Setup node environment
25
- uses: actions/setup-node@v4.0.3
+ uses: actions/setup-node@v4.0.4
26
27
28
check-latest: true
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments