Skip to content

Commit c4d7f69

Browse files
authored
Merge pull request #636 from icflorescu/next
Update GitHub workflow Node.js version
2 parents 369b6fd + adddd7e commit c4d7f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '22'
32+
node-version: '22.8'
3333
cache: yarn
3434
- name: Restore cache
3535
uses: actions/cache@v4

0 commit comments

Comments
 (0)