From 0d022e91c2561f097e3c393c4256631391136cef Mon Sep 17 00:00:00 2001 From: Mohit Suman Date: Fri, 8 Mar 2024 03:18:00 +0530 Subject: [PATCH] use node 20 in CI build (#347) * use node 20 in CI build * Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 266f919..447c473 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node: [16.11.0] + node: [20] steps: - uses: actions/checkout@v4