Skip to content

Commit e61d213

Browse files
Update Node.js version in GitHub Actions workflow from 18 to 20
1 parent cef5308 commit e61d213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-create-plugma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)