We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3666dd6 commit 106b69fCopy full SHA for 106b69f
.github/workflows/check-dist.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Set Node.js 20.x
20
- uses: actions/setup-node@v3.8.2
+ uses: actions/setup-node@v4.0.0
21
with:
22
node-version: 20.x
23
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
24
25
26
27
28
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
0 commit comments