From fbe624619861350482cbc96a15ede7e7690962d8 Mon Sep 17 00:00:00 2001 From: RyanDagg Date: Fri, 13 Oct 2023 15:06:01 -0600 Subject: [PATCH] fix: Just run on 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c2f5c..f9d2d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - node-version: [lts, current] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}