From 52c6f8216bb48365e009dceb56110b9698e8eea1 Mon Sep 17 00:00:00 2001 From: Anthony Protano Date: Wed, 25 Oct 2023 16:02:47 -0400 Subject: [PATCH] CI Tweak --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 930ba6d..668f180 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12 - - run: npm ci --frozen-lockfile - - run: npm run test + node-version: '18' + - run: npm ci + - run: npm test