Skip to content

Commit 7e5aede

Browse files
authored
Merge pull request #265 from yel-hadd/master
update Node.js version to 22 in GitHub Actions workflow
2 parents 6c62ee9 + c5d015c commit 7e5aede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
# choose node.js version to use
21-
node-version: '18'
21+
node-version: '22'
2222

2323
- name: Install and Build 🔧 #
2424
run: |

0 commit comments

Comments
 (0)