From d1673f98ef7c6bb2cb83e51591025e7d6b91800d Mon Sep 17 00:00:00 2001 From: Parker Stafford Date: Mon, 29 Apr 2024 08:55:10 -0700 Subject: [PATCH] upgrade node to 18 for ci --- .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 8bf2db41..01beb090 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['14.x'] + node: ['18.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: