Skip to content

Commit 10c1896

Browse files
committed
Use node 24 in the GitHub Actions workflow
1 parent e3a6810 commit 10c1896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Node and NPM
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 26
40+
node-version: 24
4141
cache: npm
4242

4343
- name: Install Yarn

0 commit comments

Comments
 (0)