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 8c2302d commit d25cbe8Copy full SHA for d25cbe8
1 file changed
.github/workflows/build.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-22.04
8
steps:
9
- uses: actions/checkout@v4
10
- - name: Set Node.js 20.x
+ - name: Set Node.js version
11
uses: actions/setup-node@v4
12
with:
13
- node-version: 20.x
+ node-version: 24.x
14
- name: 'Install'
15
run: |
16
npm install
@@ -32,10 +32,10 @@ jobs:
32
33
34
35
36
37
38
39
- name: 'Build action for test'
40
41
0 commit comments