From 704e4dae7ce3dc315ecb5d61afad735ec3371981 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Sat, 6 Apr 2024 16:22:41 -0400 Subject: [PATCH] try node 20 --- .github/workflows/schema-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema-validation.yml b/.github/workflows/schema-validation.yml index bc22109..f05cb6e 100644 --- a/.github/workflows/schema-validation.yml +++ b/.github/workflows/schema-validation.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' - name: Install dependencies run: |