We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9490bf + b018fa5 commit 410dd0dCopy full SHA for 410dd0d
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v6
26
27
- name: Setup Node.js
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
29
with:
30
node-version: '24'
31
cache: 'npm'
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments