We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ff872 commit 65a5337Copy full SHA for 65a5337
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v5
10
- name: Set Node.js 20.x
11
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
12
with:
13
node-version: 20.x
14
- name: 'Install'
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- name: 'Build action for test'
0 commit comments