Skip to content

Commit 52a3678

Browse files
Update Node.js version to 20 in workflow
1 parent cd4b80f commit 52a3678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '18'
30+
node-version: '20'
3131
cache: 'npm'
3232
cache-dependency-path: 'Boxology-Interface/package-lock.json'
3333

0 commit comments

Comments
 (0)