Skip to content

Commit c55c030

Browse files
authored
Merge pull request #661 from amplify-education/hotfix/node24-publish
Use Node24 for the publish
2 parents cbc5ff3 + 8a8ab81 commit c55c030

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install and test
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22.x
27+
node-version: 24.x
2828
registry-url: 'https://registry.npmjs.org'
2929
- run: npm install
3030
- run: npm run build

0 commit comments

Comments
 (0)