We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bbe07 commit 235ba7bCopy full SHA for 235ba7b
.github/workflows/main.yaml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- name: Use Node.js 24.x
21
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
22
with:
23
node-version: '24.x'
24
- run: npm ci
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments