Skip to content

Commit d76a5a6

Browse files
committed
build: user newer Node.js version
1 parent 0b2e990 commit d76a5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222

2323
- name: Install Dependencies and Build Code
2424
run: |

0 commit comments

Comments
 (0)