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.
2 parents 71ca73c + a2801ff commit 43c5101Copy full SHA for 43c5101
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v5
16
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
17
with:
18
node-version: '24'
19
- name: Install NPM
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments