Skip to content

Commit 2a2d4f2

Browse files
authored
Merge pull request #83 from github/jonrohan-patch-1
Update Node.js version to 24 in publish workflow
2 parents a2f81a0 + 25fa7b5 commit 2a2d4f2

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 24
2525
registry-url: https://registry.npmjs.org/
2626
cache: npm
2727
- run: npm ci

0 commit comments

Comments
 (0)