We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be98bf0 commit cb6d8c2Copy full SHA for cb6d8c2
1 file changed
.github/workflows/build-test-publish-release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node
26
uses: actions/setup-node@v6
27
with:
28
- node-version: 18.x
+ node-version: 24.x
29
30
- name: Install Node dependencies
31
run: npm install
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments