Skip to content

Commit c981ef0

Browse files
committed
feat: Upgrade Node.js version to 20.x in GitHub Actions workflow
1 parent 32ac43a commit c981ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16.x'
21+
node-version: '20.x'
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)